| Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| index 49d4e3a94af4447523533cdc205b0689e9c7f9d7..6730cbb611a1a94431d5e9d464a001f44a5a1bff 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
| @@ -67,11 +67,6 @@
|
| delete it->second;
|
| overuse_detectors_.erase(it);
|
| }
|
| -}
|
| -
|
| -void RemoteBitrateEstimatorSingleStream::IncomingPacketFeedbackVector(
|
| - const std::vector<PacketInfo>& packet_feedback_vector) {
|
| - assert(false);
|
| }
|
|
|
| void RemoteBitrateEstimatorSingleStream::IncomingPacket(
|
|
|