Remove RtpRtcp::RemoteRTCPStat(RTCPSenderInfo*) as unused
BUG=webrtc:5565 Review-Url: https://codereview.webrtc.org/2986543002 Cr-Commit-Position: refs/heads/master@{#19128}
This commit is contained in:
@ -187,9 +187,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
||||
uint32_t ssrc,
|
||||
struct RtpPacketLossStats* loss_stats) const override;
|
||||
|
||||
// Get received RTCP report, sender info.
|
||||
int32_t RemoteRTCPStat(RTCPSenderInfo* sender_info) override;
|
||||
|
||||
// Get received RTCP report, report block.
|
||||
int32_t RemoteRTCPStat(
|
||||
std::vector<RTCPReportBlock>* receive_blocks) const override;
|
||||
|
||||
Reference in New Issue
Block a user