From 3cb317bdb5be06ea0c4ccad8ecb5bb21b74509cc Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 30 Jan 2016 16:40:41 +0800 Subject: (minor) Clean up cruft --- src/ast/ast.hpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp index 62eeff7c..3b510168 100644 --- a/src/ast/ast.hpp +++ b/src/ast/ast.hpp @@ -25,8 +25,6 @@ #include "expr.hpp" - -#if 1 namespace AST { using ::std::unique_ptr; @@ -892,11 +890,6 @@ public: SERIALISABLE_PROTOTYPES(); }; -} -#endif - -namespace AST -{ class CStruct { @@ -917,7 +910,7 @@ public: const ::std::vector& structs() const { return m_structs; } }; -} +} // namespace AST class GenericResolveClosure { -- cgit v1.2.3