mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some renaming leftovers.
This commit is contained in:
@@ -56,7 +56,7 @@ void ExpressionJoiner::operator()(Switch& _switch)
|
||||
{
|
||||
visit(*_switch.expression);
|
||||
for (auto& _case: _switch.cases)
|
||||
// Do not visit the case expression, nothing to unbreak there.
|
||||
// Do not visit the case expression, nothing to join there.
|
||||
(*this)(_case.body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user