Index: webrtc/modules/rtp_rtcp/interface/receive_statistics.h |
diff --git a/webrtc/modules/rtp_rtcp/interface/receive_statistics.h b/webrtc/modules/rtp_rtcp/interface/receive_statistics.h |
index f7de91fc4b200cc0f9cef07869ac1bc88aea1b6d..6bd5cd846e0995a306b388093437c4a3b2350329 100644 |
--- a/webrtc/modules/rtp_rtcp/interface/receive_statistics.h |
+++ b/webrtc/modules/rtp_rtcp/interface/receive_statistics.h |
@@ -35,9 +35,6 @@ class StreamStatistician { |
virtual uint32_t BitrateReceived() const = 0; |
- // Resets all statistics. |
- virtual void ResetStatistics() = 0; |
- |
// Returns true if the packet with RTP header |header| is likely to be a |
// retransmitted packet, false otherwise. |
virtual bool IsRetransmitOfOldPacket(const RTPHeader& header, |