summaryrefslogtreecommitdiff
path: root/src/ctinput.cc
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-10 12:42:33 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-10 12:42:33 +0800
commitb2cd44558e9b780c791f1c48ef6946e6d04fab50 (patch)
tree07ac5b2472b93a96b319c5897faf56c91a31d822 /src/ctinput.cc
parent723b9790f920360fe7947e4c9bf87db1729d20bb (diff)
downloadcolm-b2cd44558e9b780c791f1c48ef6946e6d04fab50.tar.gz
replace eof_sent in input interface with bit in pda_run
Diffstat (limited to 'src/ctinput.cc')
-rw-r--r--src/ctinput.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ctinput.cc b/src/ctinput.cc
index cf4c0924..0625249d 100644
--- a/src/ctinput.cc
+++ b/src/ctinput.cc
@@ -271,8 +271,6 @@ input_funcs_ct pat_funcs =
0, 0, 0, 0, 0, 0, /* append funcs */
&ct_set_eof_mark,
- &ct_get_eof_sent,
- &ct_set_eof_sent,
&ct_transfer_loc_seq,
&ct_destructor,
@@ -490,8 +488,6 @@ input_funcs_ct repl_funcs =
0, 0, 0, 0, 0, 0, /* append. */
&ct_set_eof_mark,
- &ct_get_eof_sent,
- &ct_set_eof_sent,
&ct_transfer_loc_seq,
&ct_destructor,