mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
remove redundant CallEvent::argumentCount parameter
This commit is contained in:
committed by
Joshua Warner
parent
f9cbca8f7d
commit
1318b9ca2a
@ -2499,7 +2499,6 @@ class MyCompiler: public Compiler {
|
||||
result,
|
||||
resultType.size(),
|
||||
argumentStack,
|
||||
index,
|
||||
util::Slice<ir::Value*>(RUNTIME_ARRAY_BODY(arguments), index));
|
||||
|
||||
return result;
|
||||
@ -2520,7 +2519,6 @@ class MyCompiler: public Compiler {
|
||||
result,
|
||||
resultType.size(),
|
||||
c.stack,
|
||||
0,
|
||||
arguments);
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user