diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc b/webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc index 356263e96f..781d9d3e3e 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc @@ -744,7 +744,6 @@ std::unique_ptr TransportFeedback::ParseFrom( } } - RTC_DCHECK_GE(index, end_index - 3); RTC_DCHECK_LE(index, end_index); return packet;