Chromium Code Reviews

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

Issue 2885823002: Delete class NullRtpData and function NullObjectRtpData (Closed)
Patch Set: Delete a left-over inherit of NullRtpData. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/rtp_rtcp/source/rtp_utility.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.h b/webrtc/modules/rtp_rtcp/source/rtp_utility.h
index 0e1d6610b980d11d5514b28721e422bf62adcac6..54575e1bad7435335bfde5f36eb35d6af9c79be4 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_utility.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.h
@@ -24,7 +24,6 @@ namespace webrtc {
const uint8_t kRtpMarkerBitMask = 0x80;
-RtpData* NullObjectRtpData();
RtpFeedback* NullObjectRtpFeedback();
ReceiveStatistics* NullObjectReceiveStatistics();

Powered by Google App Engine