From b8132c767bde604907152e68d85e703078809be8 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Sat, 23 Sep 2017 08:33:16 +0200 Subject: [PATCH 1/1] DecodeSignal: Remove outdated code and comment --- pv/data/decodesignal.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pv/data/decodesignal.cpp b/pv/data/decodesignal.cpp index 8bdad109..9b9e6c3c 100644 --- a/pv/data/decodesignal.cpp +++ b/pv/data/decodesignal.cpp @@ -744,11 +744,6 @@ void DecodeSignal::logic_mux_proc() logic_mux_cond_.wait(logic_mux_lock); } } while (!logic_mux_interrupt_); - - // No more input data and session is stopped, let the decode thread - // process any pending data, terminate and release the global SRD mutex - // in order to let other decoders run - decode_input_cond_.notify_one(); } void DecodeSignal::query_input_metadata() -- 2.30.2