| Index: webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc
|
| index c8c512165749b129fec00768eb05782e74835e62..68e6f51708eb9d3e188179bb6445395dd7548886 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/aimd_rate_control_unittest.cc
|
| @@ -37,7 +37,6 @@ void UpdateRateControl(const AimdRateControlStates& states,
|
| RateControlInput input(bandwidth_usage, rtc::Optional<uint32_t>(bitrate),
|
| now_ms);
|
| states.aimd_rate_control->Update(&input, now_ms);
|
| - states.aimd_rate_control->UpdateBandwidthEstimate(now_ms);
|
| }
|
|
|
| } // namespace
|
|
|