summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-07-10 10:39:56 +0800
committerAdrian Thurston <thurston@colm.net>2018-07-10 10:39:56 +0800
commit01c81fd1c0ec739096902642df6fdd07f6330cc4 (patch)
tree1162a6372227693b9e09cac0bd05176d7a245929 /src
parent8a81f855d5a11e4af0abdcfa42c9ac996730f8a4 (diff)
downloadcolm-01c81fd1c0ec739096902642df6fdd07f6330cc4.tar.gz
eos_sent can be removed from input/stream
Diffstat (limited to 'src')
-rw-r--r--src/input.h2
1 files changed, 0 insertions, 2 deletions
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;