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 63c2099..b116542 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 b793cc0..d7bc165 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 eb86e3d..91368c3 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 b1d0d6f..6f77f23 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;