r300/compiler: remove unused variables
authorMarek Olšák <maraeo@gmail.com>
Tue, 8 Mar 2011 21:13:29 +0000 (22:13 +0100)
committerMarek Olšák <maraeo@gmail.com>
Tue, 8 Mar 2011 21:13:29 +0000 (22:13 +0100)
src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c

index 33f9b066976122351573765a2a89eb7e61a1ffbf..0403b8bb1f2a8276a7f9c17f780bc44fd34e8f6d 100644 (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;