aboutsummaryrefslogtreecommitdiff
path: root/modules/congestion_controller/rtp/control_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/congestion_controller/rtp/control_handler.cc')
-rw-r--r--modules/congestion_controller/rtp/control_handler.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/congestion_controller/rtp/control_handler.cc b/modules/congestion_controller/rtp/control_handler.cc
index ffa373aeba..da6451c97e 100644
--- a/modules/congestion_controller/rtp/control_handler.cc
+++ b/modules/congestion_controller/rtp/control_handler.cc
@@ -30,9 +30,7 @@ bool IsPacerEmergencyStopDisabled() {
} // namespace
CongestionControlHandler::CongestionControlHandler()
- : disable_pacer_emergency_stop_(IsPacerEmergencyStopDisabled()) {
- sequenced_checker_.Detach();
-}
+ : disable_pacer_emergency_stop_(IsPacerEmergencyStopDisabled()) {}
CongestionControlHandler::~CongestionControlHandler() {}