]> sigrok.org Git - pulseview.git/commitdiff
DecodeSignal: Remove outdated code and comment
authorSoeren Apel <redacted>
Sat, 23 Sep 2017 06:33:16 +0000 (08:33 +0200)
committerSoeren Apel <redacted>
Sat, 23 Sep 2017 06:33:16 +0000 (08:33 +0200)
pv/data/decodesignal.cpp

index 8bdad1097af99c654779f5a8c48f0d05d77d4e4d..9b9e6c3c05072795d2751e0f2169c405ba93927d 100644 (file)
@@ -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()