aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/ASTWalker.h
diff options
context:
space:
mode:
Diffstat (limited to 'libyul/optimiser/ASTWalker.h')
-rw-r--r--libyul/optimiser/ASTWalker.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libyul/optimiser/ASTWalker.h b/libyul/optimiser/ASTWalker.h
index 38cb85ea..9647c323 100644
--- a/libyul/optimiser/ASTWalker.h
+++ b/libyul/optimiser/ASTWalker.h
@@ -32,8 +32,6 @@
#include <set>
#include <map>
-namespace dev
-{
namespace yul
{
@@ -120,4 +118,3 @@ protected:
};
}
-}