diff --git a/pc/sdp_offer_answer.cc b/pc/sdp_offer_answer.cc index f3f22fc208..c04eda0ef7 100644 --- a/pc/sdp_offer_answer.cc +++ b/pc/sdp_offer_answer.cc @@ -4609,7 +4609,6 @@ void SdpOfferAnswerHandler::DestroyTransceiverChannel( // un-set the channel pointer and uninitialize/destruct the channel object // at the same time, rather than in separate steps. transceiver->internal()->SetChannel(nullptr); - RTC_DCHECK_BLOCK_COUNT_NO_MORE_THAN(3); // TODO(tommi): All channel objects end up getting deleted on the // worker thread (ideally should be on the network thread but the // MediaChannel objects are tied to the worker. Can the teardown be done