r300-gallium: r500-fs: Remove unused variable.

This commit is contained in:
Corbin Simpson
2009-03-25 05:48:07 -07:00
parent ff421b6e0b
commit e36f01a7a1

View 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. */