Mercurial > mplayer.hg
changeset 34703:4ccdcd1ff6ba
Remove variable that is only assigned but never used.
author | reimar |
---|---|
date | Sun, 04 Mar 2012 14:37:31 +0000 |
parents | 788175a8c14a |
children | cc658103f214 |
files | stream/cache2.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/cache2.c Sat Mar 03 23:34:29 2012 +0000 +++ b/stream/cache2.c Sun Mar 04 14:37:31 2012 +0000 @@ -99,8 +99,6 @@ volatile double stream_time_pos; } cache_vars_t; -static int min_fill=0; - static void cache_wakeup(stream_t *s) { #if FORKED_CACHE @@ -145,7 +143,6 @@ sleep_count = 0; newb=s->max_filepos-s->read_filepos; // new bytes in the buffer - if(newb<min_fill) min_fill=newb; // statistics... // printf("*** newb: %d bytes ***\n",newb);