[vlc-commits] demux: smooth: remove dead code

Francois Cartegnie git at videolan.org
Mon Nov 2 22:16:41 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Nov  2 22:02:38 2015 +0100| [f84a3af2a8bd9f0128fbc01a4760a4e66e02c91b] | committer: Francois Cartegnie

demux: smooth: remove dead code

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

 modules/demux/smooth/playlist/Parser.cpp |    5 -----
 modules/demux/smooth/playlist/Parser.hpp |    2 --
 2 files changed, 7 deletions(-)

diff --git a/modules/demux/smooth/playlist/Parser.cpp b/modules/demux/smooth/playlist/Parser.cpp
index 9411ecd..bc163ab 100644
--- a/modules/demux/smooth/playlist/Parser.cpp
+++ b/modules/demux/smooth/playlist/Parser.cpp
@@ -270,8 +270,3 @@ Manifest * ManifestParser::parse()
 
     return manifest;
 }
-
-Manifest *parse(stream_t *, const std::string &)
-{
-    return NULL;
-}
diff --git a/modules/demux/smooth/playlist/Parser.hpp b/modules/demux/smooth/playlist/Parser.hpp
index 7eea626..fdaf180 100644
--- a/modules/demux/smooth/playlist/Parser.hpp
+++ b/modules/demux/smooth/playlist/Parser.hpp
@@ -63,8 +63,6 @@ namespace smooth
 
                 Manifest * parse();
 
-                Manifest *parse(stream_t *p_stream, const std::string &);
-
             private:
                 xml::Node       *root;
                 Manifest        *manifest;



More information about the vlc-commits mailing list