Commit 47a008aa authored by Tristan Matthews's avatar Tristan Matthews

access: archive: remove dead initialization

parent 168daa3f
...@@ -170,7 +170,7 @@ error: ...@@ -170,7 +170,7 @@ error:
int StreamOpen(vlc_object_t *p_object) int StreamOpen(vlc_object_t *p_object)
{ {
stream_t *p_stream = (stream_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)) if (!ProbeArchiveFormat(p_stream->p_source))
return VLC_EGENERIC; return VLC_EGENERIC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment