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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/stream_memory.c b/stream/stream_memory.c
index 2e96a13e37..79bfea459d 100644
--- a/stream/stream_memory.c
+++ b/stream/stream_memory.c
@@ -73,10 +73,7 @@ static int open_f(stream_t *stream, int mode, void* opts)
}
const stream_info_t stream_info_memory = {
- "Memory",
"memory",
- "",
- "",
open_f,
{ "memory", NULL },
};