summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-01-30 16:40:41 +0800
committerJohn Hodge <tpg@mutabah.net>2016-01-30 16:40:41 +0800
commit3cb317bdb5be06ea0c4ccad8ecb5bb21b74509cc (patch)
tree5ae904cb267e14325071446c6fd8134b8e6cab09 /src
parent5481c481d9120732f447fc108a1cf86659fda579 (diff)
downloadmrust-3cb317bdb5be06ea0c4ccad8ecb5bb21b74509cc.tar.gz
(minor) Clean up cruft
Diffstat (limited to 'src')
-rw-r--r--src/ast/ast.hpp9
1 files changed, 1 insertions, 8 deletions
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<CStruct>& structs() const { return m_structs; }
};
-}
+} // namespace AST
class GenericResolveClosure
{