summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-28 20:28:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-28 20:29:04 -0800
commit327be06f9e1741abb188bc1aa0df8a619972734b (patch)
treefa45972ef8a25fe5748bf31d56411bcf2374cc17 /src/CMakeLists.txt
parent010e64842352db62474f0c3a1d8a18207a547e14 (diff)
Removed old 'ast' format, now that we have 'xml'.
The xml representation of the AST is not quite as pretty, but it contains the same information and is not in an ad hoc format. See #53.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ef26bef..4272234 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -22,7 +22,6 @@ set(LIBRARY_SOURCES
iterator.c
blocks.c
inlines.c
- print.c
scanners.c
scanners.re
utf8.c