From 01c81fd1c0ec739096902642df6fdd07f6330cc4 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 10 Jul 2018 10:39:56 +0800 Subject: eos_sent can be removed from input/stream --- src/input.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input.h') diff --git a/src/input.h b/src/input.h index 2bafedbf..9f6b02b8 100644 --- a/src/input.h +++ b/src/input.h @@ -155,7 +155,6 @@ struct input_impl_seq char eof_sent; char eof; - char eos_sent; struct seq_buf *queue; struct seq_buf *queue_tail; @@ -179,7 +178,6 @@ struct stream_impl_data char eof_sent; char eof; - char eos_sent; struct run_buf *queue; struct run_buf *queue_tail; -- cgit v1.2.1