aboutsummaryrefslogtreecommitdiff
path: root/modules/congestion_controller
diff options
context:
space:
mode:
authorAli Tofigh <alito@webrtc.org>2020-04-06 14:52:23 +0200
committerCommit Bot <commit-bot@chromium.org>2020-04-06 15:21:58 +0000
commitd339bde338c1ae5049dadee1aa8a8ff640223c65 (patch)
treed4f9dd48dc1107248c387b66ed351add14659bcc /modules/congestion_controller
parent24eed2735b2135227bcfefbabf34a89f9a5fec99 (diff)
downloadwebrtc-d339bde338c1ae5049dadee1aa8a8ff640223c65.tar.gz
Remove undefined member functions in AlrDetector
Bug: webrtc:11494 Change-Id: I5443931eb194287faf655b2c812d6c4625419a29 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172925 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31009}
Diffstat (limited to 'modules/congestion_controller')
-rw-r--r--modules/congestion_controller/goog_cc/alr_detector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/congestion_controller/goog_cc/alr_detector.h b/modules/congestion_controller/goog_cc/alr_detector.h
index d83ed760e7..ee3fe92845 100644
--- a/modules/congestion_controller/goog_cc/alr_detector.h
+++ b/modules/congestion_controller/goog_cc/alr_detector.h
@@ -60,9 +60,6 @@ class AlrDetector {
// started or empty result if the sender is currently not application-limited.
absl::optional<int64_t> GetApplicationLimitedRegionStartTime() const;
- void UpdateBudgetWithElapsedTime(int64_t delta_time_ms);
- void UpdateBudgetWithBytesSent(size_t bytes_sent);
-
private:
friend class GoogCcStatePrinter;
const AlrDetectorConfig conf_;