Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1100)

Unified Diff: net/quic/congestion_control/send_algorithm_simulator.cc

Issue 974563002: CL generated with data from dead-code analysis using (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_ability_to_disable_flow_control_86960342
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/congestion_control/send_algorithm_simulator.h ('k') | net/quic/crypto/crypto_handshake_message.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/send_algorithm_simulator.cc
diff --git a/net/quic/congestion_control/send_algorithm_simulator.cc b/net/quic/congestion_control/send_algorithm_simulator.cc
index 3d6d4561d380798e94a6973afcfb7de4e46e5589..64f0ee15198a083596cc5e6f75508a2459639d33 100644
--- a/net/quic/congestion_control/send_algorithm_simulator.cc
+++ b/net/quic/congestion_control/send_algorithm_simulator.cc
@@ -387,9 +387,4 @@ void SendAlgorithmSimulator::SendDataNow(Transfer* transfer) {
transfer->bytes_in_flight += kPacketSize;
}
-// Advance the time by |delta| without sending anything.
-void SendAlgorithmSimulator::AdvanceTime(QuicTime::Delta delta) {
- clock_->AdvanceTime(delta);
-}
-
} // namespace net
« no previous file with comments | « net/quic/congestion_control/send_algorithm_simulator.h ('k') | net/quic/crypto/crypto_handshake_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698