diff options
author | Corbin Simpson <[email protected]> | 2009-03-25 05:48:07 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-03-25 07:15:49 -0700 |
commit | e36f01a7a195a747c7d40bc0bab0bfbd00f0a5a7 (patch) | |
tree | 3532ad9f5b955a48c11786b91f529ae7006837b3 | |
parent | ff421b6e0b3ef218799350358b9bff5610f17c3a (diff) |
r300-gallium: r500-fs: Remove unused variable.
-rw-r--r-- | src/gallium/drivers/r300/r300_state_shader.c | 1 |
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 20b83bd15b1..b5dc1a61b0e 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. */ |