mirror of
https://github.com/corda/corda.git
synced 2025-03-17 17:45:17 +00:00
remove unnecessary variable initialization
This commit is contained in:
parent
6d5f511d04
commit
233a12bf2b
@ -4008,7 +4008,7 @@ compile(MyThread* t, Frame* initialFrame, unsigned initialIp,
|
||||
unsigned stackSize = codeMaxStack(t, methodCode(t, context->method));
|
||||
Stack stack(t);
|
||||
unsigned ip = initialIp;
|
||||
unsigned newIp = -1;
|
||||
unsigned newIp;
|
||||
stack.pushValue(Return);
|
||||
|
||||
start:
|
||||
|
Loading…
x
Reference in New Issue
Block a user