mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
r300/compiler: remove an unused variable
This commit is contained in:
parent
39cd4f7ceb
commit
608f168709
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue