summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-25 05:48:07 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-03-25 07:15:49 -0700
commite36f01a7a195a747c7d40bc0bab0bfbd00f0a5a7 (patch)
tree3532ad9f5b955a48c11786b91f529ae7006837b3 /src
parentff421b6e0b3ef218799350358b9bff5610f17c3a (diff)
r300-gallium: r500-fs: Remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r300/r300_state_shader.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_state_shader.c b/src/gallium/drivers/r300/r300_state_shader.c
index 20b83bd15b..b5dc1a61b0 100644
--- a/src/gallium/drivers/r300/r300_state_shader.c
+++ b/src/gallium/drivers/r300/r300_state_shader.c
@@ -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. */