summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2018-06-02 17:43:28 +0800
committerJohn Hodge <tpg@mutabah.net>2018-06-02 17:43:28 +0800
commit44ea3bbb2313f718b220ec24b525bd28248a3d94 (patch)
tree421865d3c1148810a5cc858c5ba31b008ae9ec03 /src/main.cpp
parent02683781cb8b815ce0240fd2afc333c57a0460ba (diff)
downloadmrust-44ea3bbb2313f718b220ec24b525bd28248a3d94.tar.gz
AST - Remove old serialisation code (now all done on HIR)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3ce041c4..ca55d6ba 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -14,7 +14,6 @@
#include "parse/parseerror.hpp"
#include "ast/ast.hpp"
#include "ast/crate.hpp"
-#include <serialiser_texttree.hpp>
#include <cstring>
#include <main_bindings.hpp>
#include "resolve/main_bindings.hpp"