Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_utility.cc

Issue 2983363002: Remove NullObjectReceiveStatistics() in rtp_rtcp module (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_utility.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/source/rtp_utility.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc
index 9696ff4950a5f594f677193a7b3529e7710071df..4b5ecfa6983d61cba3ebaf9adc74496858c7f4bf 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc
@@ -22,11 +22,6 @@ RtpFeedback* NullObjectRtpFeedback() {
return &null_rtp_feedback;
}
-ReceiveStatistics* NullObjectReceiveStatistics() {
- static NullReceiveStatistics null_receive_statistics;
- return &null_receive_statistics;
-}
-
namespace RtpUtility {
enum {
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_utility.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698