r300/compiler: remove unused variables

This commit is contained in:
Marek Olšák 2011-03-08 22:13:29 +01:00
parent bdb6a6ef83
commit ff8baec5bc
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,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;