mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update ExpressionCompiler.cpp
This commit is contained in:
parent
224cd9be36
commit
93e3bca420
@ -344,10 +344,9 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ExpressionCompiler::visit(NewExpression const& _newExpression)
|
bool ExpressionCompiler::visit(NewExpression const&)
|
||||||
{
|
{
|
||||||
// code is created for the function call (CREATION) only
|
// code is created for the function call (CREATION) only
|
||||||
(void) _newExpression;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user