summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.c')
-rw-r--r--stream/stream.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/stream.c b/stream/stream.c
index ed41b3e93a..819b04d9f6 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -433,9 +433,7 @@ stream_t* new_stream(int fd,int type){
void free_stream(stream_t *s){
// printf("\n*** free_stream() called ***\n");
#ifdef CONFIG_STREAM_CACHE
- if(s->cache_pid) {
cache_uninit(s);
- }
#endif
if(s->close) s->close(s);
if(s->fd>0){