[vlc-commits] MKV: remove unused variable

Jean-Baptiste Kempf git at videolan.org
Thu Jul 11 02:28:02 CEST 2013


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr  9 23:38:21 2012 +0200| [94afe3410997a933ddb6fb1db0c442bd4576d674] | committer: Denis Charmet

MKV: remove unused variable
(cherry picked from commit f5bb58e308b5b595b11b129490d5981a10992b66)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=94afe3410997a933ddb6fb1db0c442bd4576d674
---

 modules/demux/mkv/demux.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/mkv/demux.cpp b/modules/demux/mkv/demux.cpp
index 47c0f99..0d747b6 100644
--- a/modules/demux/mkv/demux.cpp
+++ b/modules/demux/mkv/demux.cpp
@@ -463,7 +463,6 @@ matroska_stream_c *demux_sys_t::AnalyseAllSegmentsFound( demux_t *p_demux, EbmlS
     bool b_keep_stream = false, b_keep_segment = false;
 
     // verify the EBML Header
-    vlc_stream_io_callback & io_stream = (vlc_stream_io_callback &) p_estream->I_O();
     p_l0 = p_estream->FindNextID(EBML_INFO(EbmlHead), UINT64_MAX);
     if (p_l0 == NULL)
     {



More information about the vlc-commits mailing list