Index: webrtc/video/video_send_stream.cc |
diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc |
index 9bfc9854f3f979276283a9d8f690ef1c967e717d..5509553e25f2854a77866212899b2e3d3b4bafb0 100644 |
--- a/webrtc/video/video_send_stream.cc |
+++ b/webrtc/video/video_send_stream.cc |
@@ -62,11 +62,9 @@ std::vector<RtpRtcp*> CreateRtpRtcpModules( |
RtpKeepAliveConfig keepalive_config) { |
RTC_DCHECK_GT(num_modules, 0); |
RtpRtcp::Configuration configuration; |
- ReceiveStatistics* null_receive_statistics = configuration.receive_statistics; |
configuration.audio = false; |
configuration.receiver_only = false; |
configuration.flexfec_sender = flexfec_sender; |
- configuration.receive_statistics = null_receive_statistics; |
configuration.outgoing_transport = outgoing_transport; |
configuration.intra_frame_callback = intra_frame_callback; |
configuration.bandwidth_callback = bandwidth_callback; |