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 |