From: Soeren Apel Date: Sat, 23 Sep 2017 06:33:16 +0000 (+0200) Subject: DecodeSignal: Remove outdated code and comment X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=b8132c767bde604907152e68d85e703078809be8;hp=8d3c0f7a0bfc41c4464d6e16aba78740ad953a26 DecodeSignal: Remove outdated code and comment --- 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()