diff --git a/modules/pacing/paced_sender.h b/modules/pacing/paced_sender.h index c2094d1bd2..391f623744 100644 --- a/modules/pacing/paced_sender.h +++ b/modules/pacing/paced_sender.h @@ -112,10 +112,6 @@ class PacedSender : public Module, TimeDelta ExpectedQueueTime() const override; void SetQueueTimeLimit(TimeDelta limit) override; - // TODO(bugs.webrtc.org/10809): Remove once downstream usage is gone. - void SetQueueTimeLimit(int limit_ms) { - SetQueueTimeLimit(TimeDelta::ms(limit_ms)); - } // Below are methods specific to this implementation, such as things related // to module processing thread specifics or methods exposed for test.