mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
remove redundant Compiler::condJump type parameter
This commit is contained in:
committed by
Joshua Warner
parent
e3354617a6
commit
b14709c54c
@ -118,7 +118,6 @@ class Compiler {
|
||||
ir::Type dstType) = 0;
|
||||
|
||||
virtual void condJump(lir::TernaryOperation op,
|
||||
ir::Type type,
|
||||
ir::Value* a,
|
||||
ir::Value* b,
|
||||
ir::Value* address) = 0;
|
||||
|
Reference in New Issue
Block a user