[vlc-commits] demux/adaptive: Downloader: remove unused private data-member

Filip Roséen git at videolan.org
Sat Feb 25 15:22:16 CET 2017


vlc | branch: master | Filip Roséen <filip at atch.se> | Sat Feb 25 07:39:01 2017 +0100| [f4060cc05a947586d1d58fe7311833c511e3e0ce] | committer: Jean-Baptiste Kempf

demux/adaptive: Downloader: remove unused private data-member

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/demux/adaptive/http/Downloader.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/adaptive/http/Downloader.hpp b/modules/demux/adaptive/http/Downloader.hpp
index bf42076..1d6cc57 100644
--- a/modules/demux/adaptive/http/Downloader.hpp
+++ b/modules/demux/adaptive/http/Downloader.hpp
@@ -47,7 +47,6 @@ namespace adaptive
                 vlc_thread_t thread_handle;
                 vlc_mutex_t  lock;
                 vlc_cond_t   waitcond;
-                vlc_mutex_t  processlock;
                 bool         thread_handle_valid;
                 bool         killed;
                 std::list<HTTPChunkBufferedSource *> chunks;



More information about the vlc-commits mailing list