From: Corbin Simpson Date: Wed, 25 Mar 2009 12:48:07 +0000 (-0700) Subject: r300-gallium: r500-fs: Remove unused variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e36f01a7a195a747c7d40bc0bab0bfbd00f0a5a7;p=mesa.git r300-gallium: r500-fs: Remove unused variable. --- 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. */