| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| index 6aaea95796fceafe7fee5b442fa266c5574a1dd7..4136ed7ea4089acb54935467bd12617b04196d77 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
|
| @@ -612,10 +612,6 @@ void ModuleRtpRtcpImpl::GetRtpPacketLossStats(
|
| }
|
| }
|
|
|
| -int32_t ModuleRtpRtcpImpl::RemoteRTCPStat(RTCPSenderInfo* sender_info) {
|
| - return rtcp_receiver_.SenderInfoReceived(sender_info);
|
| -}
|
| -
|
| // Received RTCP report.
|
| int32_t ModuleRtpRtcpImpl::RemoteRTCPStat(
|
| std::vector<RTCPReportBlock>* receive_blocks) const {
|
|
|