gallium: remove unused local var
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 20 Mar 2008 19:25:44 +0000 (19:25 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 20 Mar 2008 19:25:44 +0000 (19:25 +0000)
src/gallium/auxiliary/util/u_simple_shaders.c

index fca6f11..442467e 100644 (file)
@@ -278,7 +278,7 @@ util_make_fragment_passthrough_shader(struct pipe_context *pipe)
    struct tgsi_full_declaration decl;
    struct tgsi_full_instruction inst;
    const uint procType = TGSI_PROCESSOR_FRAGMENT;
-   uint ti, i;
+   uint ti;
    struct pipe_shader_state shader;
 
    tokens = (struct tgsi_token *) malloc(maxTokens * sizeof(tokens[0]));