[vlc-devel] [PATCH 6/7] demux/adaptive: Downloader: remove unused private data-member

Filip Roséen filip at atch.se
Sat Feb 25 07:39:01 CET 2017


---
 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 bf42076874..1d6cc5767d 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;
-- 
2.11.1



More information about the vlc-devel mailing list