mirror of
https://github.com/corda/corda.git
synced 2025-06-15 13:48:14 +00:00
remove redundant return_ type parameter
This commit is contained in:
committed by
Joshua Warner
parent
746c0fa0e8
commit
6fdd5d13ca
@ -90,7 +90,7 @@ class Compiler {
|
||||
ir::Type resultType,
|
||||
util::Slice<ir::Value*> arguments) = 0;
|
||||
|
||||
virtual void return_(ir::Type type, ir::Value* value) = 0;
|
||||
virtual void return_(ir::Value* value) = 0;
|
||||
virtual void return_() = 0;
|
||||
|
||||
virtual void initLocal(unsigned size, unsigned index, ir::Type type) = 0;
|
||||
|
Reference in New Issue
Block a user