From 7e1bc6be000c1febb996b48ae2559a241e2ab993 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 17 Jan 2014 00:15:14 +0100 Subject: cache: remove debug code This was accidentally committed. `mp_sleep_us(100000);` <-- are you drunk? --- stream/cache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream') diff --git a/stream/cache.c b/stream/cache.c index 0fd9585eaa..d96f46daaf 100644 --- a/stream/cache.c +++ b/stream/cache.c @@ -269,7 +269,6 @@ static bool cache_fill(struct priv *s) // The read call might take a long time and block, so drop the lock. pthread_mutex_unlock(&s->mutex); len = stream_read_partial(s->stream, &s->buffer[pos], space); - mp_sleep_us(100000); pthread_mutex_lock(&s->mutex); double pts; -- cgit v1.2.3