summaryrefslogtreecommitdiff
path: root/colm/bytecode.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-08-25 08:55:41 -0400
committerAdrian Thurston <thurston@complang.org>2012-08-25 08:55:41 -0400
commit309469d0cefeb8a301e28d9e4a9c4453708f032e (patch)
tree93545b71e26f71188e2adab703f7d57ff15cf22c /colm/bytecode.h
parent3af5d0e9eedd4926d0abc8f4dbc6f000507e49f4 (diff)
downloadcolm-309469d0cefeb8a301e28d9e4a9c4453708f032e.tar.gz
removed fsmRun from Execution, can just use parser
Diffstat (limited to 'colm/bytecode.h')
-rw-r--r--colm/bytecode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/colm/bytecode.h b/colm/bytecode.h
index 38ef6221..748dc435 100644
--- a/colm/bytecode.h
+++ b/colm/bytecode.h
@@ -444,7 +444,6 @@ typedef struct _Execution
{
Parser *parser;
PdaRun *pdaRun;
- FsmRun *fsmRun;
InputStream *inputStream;
Tree **framePtr;
Tree **iframePtr;