| 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 81bec5f64287ff7d1717ab655d1fde6bea7f78ff..a1c2b67baf94683f9ee2be82ea180d2791817d23 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_utility.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.h
|
| @@ -25,7 +25,6 @@ namespace webrtc {
|
| const uint8_t kRtpMarkerBitMask = 0x80;
|
|
|
| RtpFeedback* NullObjectRtpFeedback();
|
| -ReceiveStatistics* NullObjectReceiveStatistics();
|
|
|
| namespace RtpUtility {
|
|
|
|
|