From 1904e504be70f16902009509581daa25c70fcaf1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 8 Nov 2013 11:50:23 +0100 Subject: DecoderInternal: don't wake up player in need_chunks Nothing of interest happens here. No need to wake up the player. --- src/DecoderInternal.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/DecoderInternal.cxx') diff --git a/src/DecoderInternal.cxx b/src/DecoderInternal.cxx index e18fd2b6a..783150c08 100644 --- a/src/DecoderInternal.cxx +++ b/src/DecoderInternal.cxx @@ -50,7 +50,6 @@ need_chunks(DecoderControl &dc, bool do_wait) if (do_wait) { dc.Wait(); - dc.client_cond.signal(); return dc.command; } -- cgit v1.2.3