r300/compiler: remove an unused variable

This commit is contained in:
Marek Olšák 2010-08-12 00:39:04 +02:00
parent 39cd4f7ceb
commit 608f168709

View file

@ -433,7 +433,6 @@ static void emit_flowcontrol(struct emit_state * s, struct rc_instruction * inst
case RC_OPCODE_ENDLOOP:
{
unsigned int i;
loop = &s->Loops[s->CurrentLoopDepth - 1];
/* Emit ENDLOOP */
s->Code->inst[newip].inst2 = R500_FC_OP_ENDLOOP