DecodeSignal: Remove outdated code and comment
[pulseview.git] / pv / data / decodesignal.cpp
index 03ecc2efcc3a0bbb7fd42b90133514969952f7b3..9b9e6c3c05072795d2751e0f2169c405ba93927d 100644 (file)
@@ -155,6 +155,8 @@ void DecodeSignal::reset_decode()
 
        logic_mux_data_.reset();
        logic_mux_data_invalid_ = true;
+
+       decode_reset();
 }
 
 void DecodeSignal::begin_decode()
@@ -742,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()