summaryrefslogtreecommitdiff
path: root/src/ast/ast.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-05-22 13:49:45 +0800
committerJohn Hodge <tpg@mutabah.net>2016-05-22 13:49:45 +0800
commiteba9d8f840a5b81f0188d109e63631c9a34c28e9 (patch)
tree84afcedb79bbe6fa8cb4098f78cd2b8e5dc700e9 /src/ast/ast.hpp
parent9a13dd6f999984c45c72eccd0f8ad35430c4b12e (diff)
downloadmrust-eba9d8f840a5b81f0188d109e63631c9a34c28e9.tar.gz
Clean up dead code (both useless code, and stuff that will be rewritten for HIR)
Diffstat (limited to 'src/ast/ast.hpp')
-rw-r--r--src/ast/ast.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp
index b7601192..b7de73ac 100644
--- a/src/ast/ast.hpp
+++ b/src/ast/ast.hpp
@@ -713,8 +713,5 @@ public:
}
};
-extern AST::Module g_compiler_module;
-extern void AST_InitProvidedModule();
-
#endif // AST_HPP_INCLUDED