diff --git a/modules/rtp_rtcp/source/rtcp_transceiver_impl.h b/modules/rtp_rtcp/source/rtcp_transceiver_impl.h index e539b8c8a4..bcdee83e56 100644 --- a/modules/rtp_rtcp/source/rtcp_transceiver_impl.h +++ b/modules/rtp_rtcp/source/rtcp_transceiver_impl.h @@ -49,11 +49,6 @@ class RtcpTransceiverImpl { void SetReadyToSend(bool ready); - // ABSL_DEPRECATED("bugs.webrtc.org/11327"): Remove this flavor once - // downstream projects migrate. - void ReceivePacket(rtc::ArrayView packet, int64_t now_us) { - ReceivePacket(packet, Timestamp::Micros(now_us)); - } void ReceivePacket(rtc::ArrayView packet, Timestamp now); void SendCompoundPacket();