summaryrefslogtreecommitdiff
path: root/src/compiler.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-27 16:59:22 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-27 16:59:22 -0500
commit6f9c7f12e3888c525a4b9be7712294929d690790 (patch)
treed53632c5fd2ee42df1f0ef45ab824e896e000d88 /src/compiler.cc
parent09c75e4b10915cb32786d2482af6727841659b80 (diff)
downloadcolm-6f9c7f12e3888c525a4b9be7712294929d690790.tar.gz
first cut of value-based ints, test cases pass
Diffstat (limited to 'src/compiler.cc')
-rw-r--r--src/compiler.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler.cc b/src/compiler.cc
index e66473c5..9192f290 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -364,8 +364,6 @@ Compiler::Compiler( )
//tokenStruct(0),
ptrLangEl(0),
- boolLangEl(0),
- intLangEl(0),
strLangEl(0),
anyLangEl(0),
rootLangEl(0),