Remove needless assignment

d4ee409ae9 should remove this line.
This commit is contained in:
Kouhei Sutou
2016-05-09 14:05:11 +09:00
parent ea033526fb
commit 51cc35dc09
-1
View File
@@ -1186,7 +1186,6 @@ RETRY_TRY_BLOCK:
ci->argc = n;
stack_extend(mrb, irep->nregs, n+2);
}
regs = mrb->c->stack;
pc = irep->iseq;
JUMP;
}