mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Try out the new assertion macro variants with less arguments
This commit is contained in:
@@ -553,7 +553,7 @@ void ControlFlowBuilder::operator()(yul::FunctionDefinition const&)
|
||||
void ControlFlowBuilder::operator()(yul::Leave const&)
|
||||
{
|
||||
// This has to be implemented, if we ever decide to visit functions.
|
||||
solUnimplementedAssert(false, "");
|
||||
solUnimplemented("");
|
||||
}
|
||||
|
||||
bool ControlFlowBuilder::visit(VariableDeclaration const& _variableDeclaration)
|
||||
|
||||
Reference in New Issue
Block a user