mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
r300/compiler: remove unused variables
(cherry picked from commit ff8baec5bc)
This commit is contained in:
parent
e2baddb653
commit
c91d217ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ int radeonTransformTEX(
|
|||
return 1;
|
||||
} else {
|
||||
struct rc_instruction * inst_rcp = NULL;
|
||||
struct rc_instruction *inst_mul, *inst_add, *inst_cmp, *inst_cmp2, *inst_mul2;
|
||||
struct rc_instruction *inst_mul, *inst_add, *inst_cmp;
|
||||
unsigned tmp_texsample;
|
||||
unsigned tmp_sum;
|
||||
int pass, fail;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue