]> git.sesse.net Git - vlc/commitdiff
access: archive: remove dead initialization
authorTristan Matthews <tmatth@videolan.org>
Sun, 22 Mar 2015 21:15:49 +0000 (17:15 -0400)
committerTristan Matthews <tmatth@videolan.org>
Sun, 22 Mar 2015 21:15:49 +0000 (17:15 -0400)
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;