mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
gallium: remove unused local var
This commit is contained in:
parent
e1406c8d23
commit
f259ea0347
1 changed files with 1 additions and 1 deletions
|
|
@ -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]));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue