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:
danilchap
2017-07-25 04:03:39 -07:00
committed by Commit Bot
parent d0727bfd45
commit a04d9c31a0
8 changed files with 12 additions and 53 deletions

View File

@ -147,7 +147,6 @@ class MockRtpRtcp : public RtpRtcp {
void(StreamDataCounters*, StreamDataCounters*));
MOCK_CONST_METHOD3(GetRtpPacketLossStats,
void(bool, uint32_t, struct RtpPacketLossStats*));
MOCK_METHOD1(RemoteRTCPStat, int32_t(RTCPSenderInfo* sender_info));
MOCK_CONST_METHOD1(RemoteRTCPStat,
int32_t(std::vector<RTCPReportBlock>* receive_blocks));
MOCK_METHOD4(SetRTCPApplicationSpecificData,