[vlc-devel] [PATCH 2/2] stream_filter/cache_block: remove unused variable

Marvin Scholz epirat07 at gmail.com
Thu Mar 29 10:35:47 CEST 2018


---
 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)
-- 
2.14.3 (Apple Git-98)



More information about the vlc-devel mailing list