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:
@ -326,10 +326,6 @@ class RtpRtcp : public Module {
|
||||
uint32_t ssrc,
|
||||
struct RtpPacketLossStats* loss_stats) const = 0;
|
||||
|
||||
// Returns received RTCP sender info.
|
||||
// Returns -1 on failure else 0.
|
||||
virtual int32_t RemoteRTCPStat(RTCPSenderInfo* sender_info) = 0;
|
||||
|
||||
// Returns received RTCP report block.
|
||||
// Returns -1 on failure else 0.
|
||||
virtual int32_t RemoteRTCPStat(
|
||||
|
||||
Reference in New Issue
Block a user