r300-gallium: r500-fs: Remove unused variable.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Wed, 25 Mar 2009 12:48:07 +0000 (05:48 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Wed, 25 Mar 2009 14:15:49 +0000 (07:15 -0700)
src/gallium/drivers/r300/r300_state_shader.c

index 20b83bd15b15f9a19a2929e1c4e4b085b0295a11..b5dc1a61b0e48958f06b1aeceabee63e8e30cd8e 100644 (file)
@@ -371,7 +371,6 @@ static void r500_fs_instruction(struct r500_fragment_shader* fs,
                                 struct r300_fs_asm* assembler,
                                 struct tgsi_full_instruction* inst)
 {
-    int i;
     /* Switch between opcodes. When possible, prefer using the official
      * AMD/ATI names for opcodes, please, as it facilitates using the
      * documentation. */