[vlc-commits] demux: smooth: remove uninitialized/unused member	(cid #1346985)
    Francois Cartegnie 
    git at videolan.org
       
    Thu Dec 31 16:02:10 CET 2015
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Dec 31 15:43:19 2015 +0100| [efe5041cc3b334708160f4a356e10a809969a2d0] | committer: Francois Cartegnie
demux: smooth: remove uninitialized/unused member (cid #1346985)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efe5041cc3b334708160f4a356e10a809969a2d0
---
 modules/demux/smooth/playlist/Parser.hpp |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/demux/smooth/playlist/Parser.hpp b/modules/demux/smooth/playlist/Parser.hpp
index fdaf180..9a48d5b 100644
--- a/modules/demux/smooth/playlist/Parser.hpp
+++ b/modules/demux/smooth/playlist/Parser.hpp
@@ -65,7 +65,6 @@ namespace smooth
 
             private:
                 xml::Node       *root;
-                Manifest        *manifest;
                 stream_t        *p_stream;
                 std::string      playlisturl;
         };
    
    
More information about the vlc-commits
mailing list