summaryrefslogtreecommitdiff
path: root/src/compiler.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-03-22 10:56:24 -0400
committerAdrian Thurston <thurston@complang.org>2015-03-22 10:56:24 -0400
commitdc5b1816d5546d69845c4da7f62d19ba63c8c969 (patch)
treeef9bf5654dc7cf0463c3ab5ee85e76e03dc10017 /src/compiler.cc
parent856a3b00fa12d31a454c4f640514f74cb23112a7 (diff)
downloadcolm-dc5b1816d5546d69845c4da7f62d19ba63c8c969.tar.gz
generalized loopCleanup code to a stack unwind code vector
Going to use this for general stack unwinding at return, iterator destroy and possibly exceptions as well.
Diffstat (limited to 'src/compiler.cc')
-rw-r--r--src/compiler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler.cc b/src/compiler.cc
index 08d47f41..300d84db 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -395,7 +395,6 @@ Compiler::Compiler( )
nextPatConsId(0),
nextGenericId(1),
nextFuncId(0),
- loopCleanup(0),
nextObjectId(1), /* 0 is reserved for no object. */
nextFrameId(0),
nextParserId(0),