summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/auxiliary/util/u_simple_shaders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_simple_shaders.c b/src/gallium/auxiliary/util/u_simple_shaders.c
index fca6f11119..442467ecad 100644
--- a/src/gallium/auxiliary/util/u_simple_shaders.c
+++ b/src/gallium/auxiliary/util/u_simple_shaders.c
@@ -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]));