mirror of
https://github.com/corda/corda.git
synced 2025-03-12 23:44:13 +00:00
remove dead code from MyCompiler::call
This commit is contained in:
parent
ed9e54bca1
commit
8cc1f6def8
@ -4936,14 +4936,8 @@ class MyCompiler: public Compiler {
|
||||
va_end(a);
|
||||
|
||||
Stack* argumentStack = c.stack;
|
||||
Stack* bottomArgument = 0;
|
||||
|
||||
for (int i = index - 1; i >= 0; --i) {
|
||||
argumentStack = ::stack(&c, arguments[i], argumentStack);
|
||||
|
||||
if (i == index - 1) {
|
||||
bottomArgument = argumentStack;
|
||||
}
|
||||
}
|
||||
|
||||
Value* result = value(&c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user