mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
remove redundant size parameter to appendBranch, rename type -> op
This commit is contained in:
committed by
Joshua Warner
parent
0eda1d7d11
commit
e7837c243e
@ -2638,7 +2638,6 @@ class MyCompiler: public Compiler {
|
||||
|
||||
appendBranch(&c,
|
||||
op,
|
||||
a->type.size(),
|
||||
static_cast<Value*>(a),
|
||||
static_cast<Value*>(b),
|
||||
static_cast<Value*>(address));
|
||||
|
Reference in New Issue
Block a user