commit | 5de3a7e556071d1b8e7ca54836f258280540c239 | [log] [tgz] |
---|---|---|
author | terelius <terelius@webrtc.org> | Mon Oct 24 10:43:23 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 24 10:43:27 2016 |
tree | 5463cf5996a1f7c58b1a4a79fe08a6d496d18e8c | |
parent | 509eadd554de6bf938da08071c5d2c2541703134 [diff] |
Remove unused variable from delay based BWE. BUG=None Review-Url: https://codereview.webrtc.org/2432923003 Cr-Commit-Position: refs/heads/master@{#14739}
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.cc b/webrtc/modules/congestion_controller/delay_based_bwe.cc index 55d29fb..fb6ffd1 100644 --- a/webrtc/modules/congestion_controller/delay_based_bwe.cc +++ b/webrtc/modules/congestion_controller/delay_based_bwe.cc
@@ -129,8 +129,6 @@ result.updated = UpdateEstimate(info.arrival_time_ms, now_ms, &result.target_bitrate_bps); } - rtc::Optional<uint32_t> incoming_rate = - receiver_incoming_bitrate_.Rate(info.arrival_time_ms); if (!result.updated && (last_update_ms_ == -1 || now_ms - last_update_ms_ > rate_control_.GetFeedbackInterval())) {