Delete the old flavor of RtcpTransceiverImpl::ReceivePacket

Bug: webrtc:11327
Change-Id: I612d734ebc9abc202972fb1aadcea976b06e81de
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/219792
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Paul Hallak <phallak@google.com>
Cr-Commit-Position: refs/heads/master@{#34081}
This commit is contained in:
Paul Hallak
2021-05-21 18:26:07 +02:00
committed by WebRTC LUCI CQ
parent fe3dd51f32
commit a6b0d53dc2

View File

@ -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<const uint8_t> packet, int64_t now_us) {
ReceivePacket(packet, Timestamp::Micros(now_us));
}
void ReceivePacket(rtc::ArrayView<const uint8_t> packet, Timestamp now);
void SendCompoundPacket();