]> git.sesse.net Git - vlc/blobdiff - modules/access/archive/stream.c
access: archive: remove dead initialization
[vlc] / modules / access / archive / stream.c
index 9fc51f7b891d60f750151e1a45c1e89cfdcff444..7877b7b542631c44cd6a32add84372cbbc2e8f1b 100644 (file)
@@ -170,7 +170,7 @@ error:
 int StreamOpen(vlc_object_t *p_object)
 {
     stream_t *p_stream = (stream_t*) p_object;
-    stream_sys_t *p_sys = p_stream->p_sys;
+    stream_sys_t *p_sys;
 
     if (!ProbeArchiveFormat(p_stream->p_source))
         return VLC_EGENERIC;