summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 7fbc0d3373..31a4f8fb24 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -353,9 +353,6 @@ static int stream_create_instance(const stream_info_t *sinfo,
return r;
}
- if (!s->read_chunk)
- s->read_chunk = 4 * STREAM_BUFFER_SIZE;
-
if (!stream_resize_buffer(s, 0)) {
free_stream(s);
return STREAM_ERROR;