mirror of
https://github.com/corda/corda.git
synced 2025-06-16 22:28:15 +00:00
remove redundant Compiler::stackCall resultSize parameter
This commit is contained in:
committed by
Joshua Warner
parent
1d466a800e
commit
8b1739dc0f
@ -91,7 +91,6 @@ class Compiler {
|
||||
virtual Operand* stackCall(Operand* address,
|
||||
unsigned flags,
|
||||
TraceHandler* traceHandler,
|
||||
unsigned resultSize,
|
||||
ir::Type resultType,
|
||||
unsigned argumentFootprint) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user