[vlc-commits] stream_filter/cache_block: remove unused variable

Marvin Scholz git at videolan.org
Thu Mar 29 17:20:09 CEST 2018


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Mar 29 10:35:47 2018 +0200| [e5126c83b154502d60c9ae7147eec4fb39376202] | committer: Rémi Denis-Courmont

stream_filter/cache_block: remove unused variable

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 modules/stream_filter/cache_block.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/stream_filter/cache_block.c b/modules/stream_filter/cache_block.c
index d2f4757896..9d21b99655 100644
--- a/modules/stream_filter/cache_block.c
+++ b/modules/stream_filter/cache_block.c
@@ -117,7 +117,6 @@ static void AStreamPrebufferBlock(stream_t *s)
     msg_Dbg(s, "starting pre-buffering");
     for (;;)
     {
-        const int64_t now = mdate();
         size_t cache_size = block_BytestreamRemaining( &sys->cache );
 
         if (vlc_killed() || cache_size > STREAM_CACHE_PREBUFFER_SIZE)



More information about the vlc-commits mailing list