mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
remove redundant Compiler::stackCall footprint argument
This commit is contained in:
@ -92,7 +92,6 @@ class Compiler {
|
||||
unsigned flags,
|
||||
TraceHandler* traceHandler,
|
||||
ir::Type resultType,
|
||||
unsigned argumentFootprint,
|
||||
util::Slice<ir::Value*> arguments) = 0;
|
||||
|
||||
virtual void return_(ir::Type type, ir::Value* value) = 0;
|
||||
|
Reference in New Issue
Block a user