summaryrefslogtreecommitdiff
path: root/src/input.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2018-06-17 12:34:11 +0700
committerAdrian Thurston <thurston@colm.net>2018-06-17 12:34:11 +0700
commit6b228448a96d350898e2f9def389d4820be0ede3 (patch)
tree0a015364def288fb677cc052f2f04407a13f1499 /src/input.h
parenta52b5348f2a62d85e03e1fe24c67a9388aa29ab9 (diff)
downloadcolm-6b228448a96d350898e2f9def389d4820be0ede3.tar.gz
stash stream_impls not, stream_t in run buf
Want to wrap various things with stream_impls and we won't always have a stream_t.
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h
index 1cb46646..0226b508 100644
--- a/src/input.h
+++ b/src/input.h
@@ -68,7 +68,6 @@ struct run_buf
enum run_buf_type type;
long length;
struct colm_tree *tree;
- struct colm_stream *stream;
struct stream_impl *si;
long offset;
struct run_buf *next, *prev;