summaryrefslogtreecommitdiffstats
path: root/stream/stream_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_memory.c')
-rw-r--r--stream/stream_memory.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_memory.c b/stream/stream_memory.c
index 5acd05dfea..7b1092a76d 100644
--- a/stream/stream_memory.c
+++ b/stream/stream_memory.c
@@ -50,7 +50,6 @@ static int open2(stream_t *stream, struct stream_open_args *args)
stream->seek = seek;
stream->seekable = true;
stream->get_size = get_size;
- stream->read_chunk = 1024 * 1024;
struct priv *p = talloc_zero(stream, struct priv);
stream->priv = p;