r300/compiler: remove unused variables

(cherry picked from commit ff8baec5bc)
This commit is contained in:
Marek Olšák 2011-03-08 22:13:29 +01:00
parent e2baddb653
commit c91d217ff7

View file

@ -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;