From f36a6420305ff57db542eec611462a71858f128d Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 19 Oct 2010 00:07:22 -0700 Subject: r300/compiler: Remove unused variable. --- src/mesa/drivers/dri/r300/compiler/radeon_compiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/r300/compiler') diff --git a/src/mesa/drivers/dri/r300/compiler/radeon_compiler.c b/src/mesa/drivers/dri/r300/compiler/radeon_compiler.c index 125d64e649..4286baed0c 100644 --- a/src/mesa/drivers/dri/r300/compiler/radeon_compiler.c +++ b/src/mesa/drivers/dri/r300/compiler/radeon_compiler.c @@ -364,7 +364,7 @@ static void reg_count_callback(void * userdata, struct rc_instruction * inst, static void print_stats(struct radeon_compiler * c) { struct rc_instruction * tmp; - unsigned i, max_reg, insts, fc, tex, alpha, rgb, presub; + unsigned max_reg, insts, fc, tex, alpha, rgb, presub; max_reg = insts = fc = tex = alpha = rgb = presub = 0; for(tmp = c->Program.Instructions.Next; tmp != &c->Program.Instructions; tmp = tmp->Next){ -- cgit v1.2.3