| Index: webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc b/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc
|
| index 21f5b37c2f5cf26dd8011a2c4b5ec0b0ef350711..150c88b4266c910cd6b30b6a3902cb5a2265a740 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc
|
| @@ -525,29 +525,4 @@ std::vector<rtcp::ReportBlock> ReceiveStatistics::RtcpReportBlocks(
|
| return result;
|
| }
|
|
|
| -void NullReceiveStatistics::IncomingPacket(const RTPHeader& rtp_header,
|
| - size_t packet_length,
|
| - bool retransmitted) {}
|
| -
|
| -void NullReceiveStatistics::FecPacketReceived(const RTPHeader& header,
|
| - size_t packet_length) {}
|
| -
|
| -StatisticianMap NullReceiveStatistics::GetActiveStatisticians() const {
|
| - return StatisticianMap();
|
| -}
|
| -
|
| -StreamStatistician* NullReceiveStatistics::GetStatistician(
|
| - uint32_t ssrc) const {
|
| - return NULL;
|
| -}
|
| -
|
| -void NullReceiveStatistics::SetMaxReorderingThreshold(
|
| - int max_reordering_threshold) {}
|
| -
|
| -void NullReceiveStatistics::RegisterRtcpStatisticsCallback(
|
| - RtcpStatisticsCallback* callback) {}
|
| -
|
| -void NullReceiveStatistics::RegisterRtpStatisticsCallback(
|
| - StreamDataCountersCallback* callback) {}
|
| -
|
| } // namespace webrtc
|
|
|