aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/optimiser/ASTCopier.h
diff options
context:
space:
mode:
Diffstat (limited to 'libyul/optimiser/ASTCopier.h')
-rw-r--r--libyul/optimiser/ASTCopier.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libyul/optimiser/ASTCopier.h b/libyul/optimiser/ASTCopier.h
index 95e58a56..7daf74b8 100644
--- a/libyul/optimiser/ASTCopier.h
+++ b/libyul/optimiser/ASTCopier.h
@@ -31,8 +31,6 @@
#include <set>
#include <memory>
-namespace dev
-{
namespace yul
{
@@ -123,4 +121,3 @@ std::vector<T> ASTCopier::translateVector(std::vector<T> const& _values)
}
-}