summaryrefslogtreecommitdiff
path: root/colm/input.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-01-28 21:52:16 -0500
committerAdrian Thurston <thurston@complang.org>2013-01-28 21:52:16 -0500
commit0ca90a67b665a8293e1b844a70df875461bdb674 (patch)
treef376306695ccb852802d22d7727ef59b028f2d00 /colm/input.h
parent46259a9a5538b49706d7264ce9884bc475ef5eaf (diff)
parent08192f44658d3294d74066262d0d62a62eaa4587 (diff)
downloadcolm-0ca90a67b665a8293e1b844a70df875461bdb674.tar.gz
Merge branch 'copy-on-consume' into eos
Diffstat (limited to 'colm/input.h')
-rw-r--r--colm/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/colm/input.h b/colm/input.h
index 7a8007c2..13cd48c0 100644
--- a/colm/input.h
+++ b/colm/input.h
@@ -128,7 +128,6 @@ struct StreamFuncs
struct _StreamImpl
{
struct StreamFuncs *funcs;
- struct _FsmRun *attached;
char eofSent;
char eof;