glsl/apps: remove unused vars
authorBrian Paul <brianp@vmware.com>
Thu, 10 Dec 2009 15:25:47 +0000 (08:25 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 10 Dec 2009 15:25:47 +0000 (08:25 -0700)
src/glsl/apps/compile.c
src/glsl/apps/process.c
src/glsl/apps/tokenise.c
src/glsl/apps/version.c

index 63c2099e87405e434a089a7b7b7b52bfc706c2f1..b1165420fb8810acc981cac5f4ca9f9b82ee3231 100644 (file)
@@ -49,7 +49,6 @@ main(int argc,
    char *inbuf;
    struct sl_pp_purify_options options;
    char errmsg[100] = "";
-   unsigned int errline = 0;
    struct sl_pp_context *context;
    struct sl_pp_token_info *tokens;
    unsigned int version;
index b793cc086d813af8d28bb28c45c6e40c426161b5..d7bc16577e087d12d2d29e8868bd1df520820b8c 100644 (file)
@@ -40,8 +40,6 @@ main(int argc,
    long size;
    char *inbuf;
    struct sl_pp_purify_options options;
-   char errmsg[100] = "";
-   unsigned int errline = 0;
    struct sl_pp_context *context;
    struct sl_pp_token_info *tokens;
    unsigned int version;
index eb86e3df69edc8b41c0b9aa5dc3780f1afdeef8b..91368c32a452e63f9ad7590b2cbc97aff81e3079 100644 (file)
@@ -40,8 +40,6 @@ main(int argc,
    long size;
    char *inbuf;
    struct sl_pp_purify_options options;
-   char errmsg[100] = "";
-   unsigned int errline = 0;
    struct sl_pp_context *context;
    struct sl_pp_token_info *tokens;
    FILE *out;
index b1d0d6ff282d7e2ded065c474951d58143693357..6f77f230ca93c9e447a274500f53297283a63576 100644 (file)
@@ -40,8 +40,6 @@ main(int argc,
    long size;
    char *inbuf;
    struct sl_pp_purify_options options;
-   char errmsg[100] = "";
-   unsigned int errline = 0;
    struct sl_pp_context *context;
    struct sl_pp_token_info *tokens;
    unsigned int version;