summaryrefslogtreecommitdiff
path: root/src/program.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-18 16:59:32 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-18 16:59:32 -0500
commit7c402fcd65b36a20c8f7059b551e99212fa4adae (patch)
tree852717acbe7385d5e981847cdef1d1b4ad943fab /src/program.h
parente295b7169e3e234994202322737e0e2a337c9311 (diff)
downloadcolm-7c402fcd65b36a20c8f7059b551e99212fa4adae.tar.gz
some cleanup in the pointer
Diffstat (limited to 'src/program.h')
-rw-r--r--src/program.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/program.h b/src/program.h
index 293cf985..92e13ab8 100644
--- a/src/program.h
+++ b/src/program.h
@@ -115,8 +115,6 @@ struct colm_program
Tree *trueVal;
Tree *falseVal;
- Kid *origHeap;
-
struct colm_heap_list heap;
Stream *stdinVal;