diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc index 20f3bbed6b..ec37c88050 100644 --- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc +++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc @@ -78,8 +78,6 @@ int64_t RemoteEstimatorProxy::TimeUntilNextProcess() { } void RemoteEstimatorProxy::Process() { - if (TimeUntilNextProcess() > 0) - return; last_process_time_ms_ = clock_->TimeInMilliseconds(); bool more_to_build = true;