summaryrefslogtreecommitdiffstats
path: root/stream/cache2.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cache2.c')
-rw-r--r--stream/cache2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index 47bc76a4f9..4fb663aca6 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -527,8 +527,6 @@ int cache_stream_fill_buffer(stream_t *s){
s->buf_len=len;
s->pos+=len;
// printf("[%d]",len);fflush(stdout);
- if (s->capture_file)
- stream_capture_do(s);
return len;
}