Clean-up of unused PacingBufferPushback feature.

Bug: webrtc:8171
Change-Id: I2804d6c87fe8b645e6c65784bbc525050c74a375
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/131387
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Commit-Queue: Christoffer Rodbro <crodbro@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27517}
This commit is contained in:
Christoffer Rodbro
2019-04-09 11:38:52 +02:00
committed by Commit Bot
parent 556258af55
commit 412dc5f27e
7 changed files with 4 additions and 95 deletions

View File

@ -174,9 +174,6 @@ class DEPRECATED_SendSideCongestionController
rtc::RaceChecker worker_race_;
bool pacer_pushback_experiment_ = false;
float encoding_rate_ = 1.0;
std::unique_ptr<CongestionWindowPushbackController>
congestion_window_pushback_controller_;