summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 55db9c1314..8b36d137a7 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -120,7 +120,6 @@ typedef struct stream {
// Close
void (*close)(struct stream *s);
- int read_chunk; // maximum amount of data to read at once to limit latency
int64_t pos;
int eof;
int mode; //STREAM_READ or STREAM_WRITE