gallium: remove unused local var

This commit is contained in:
Keith Whitwell 2008-03-20 19:25:44 +00:00
parent e1406c8d23
commit f259ea0347

View 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]));