mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove output parameters from function call since they are generated on the fly in the converter.
This commit is contained in:
parent
7c806217fb
commit
15bf6af77a
@ -62,10 +62,6 @@ message FunctionCall {
|
||||
required Expression in_param2 = 2;
|
||||
required Expression in_param3 = 3;
|
||||
required Expression in_param4 = 4;
|
||||
required VarRef out_param1 = 5;
|
||||
required VarRef out_param2 = 6;
|
||||
required VarRef out_param3 = 7;
|
||||
required VarRef out_param4 = 8;
|
||||
}
|
||||
|
||||
message TypedVarDecl {
|
||||
|
Loading…
Reference in New Issue
Block a user