From b2cd44558e9b780c791f1c48ef6946e6d04fab50 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 10 Jul 2018 12:42:33 +0800 Subject: replace eof_sent in input interface with bit in pda_run --- src/ctinput.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ctinput.cc') 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, -- cgit v1.2.1