mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Renaming namespace dev::julia to dev::yul.
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
using namespace dev::julia;
|
||||
using namespace dev::yul;
|
||||
|
||||
void dev::julia::removeEmptyBlocks(Block& _block)
|
||||
void dev::yul::removeEmptyBlocks(Block& _block)
|
||||
{
|
||||
auto isEmptyBlock = [](Statement const& _st) -> bool {
|
||||
return _st.type() == typeid(Block) && boost::get<Block>(_st).statements.empty();
|
||||
|
||||
Reference in New Issue
Block a user