vlc | branch: master | Filip Roséen <[email protected]> | 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 <[email protected]> > 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
