Index: net/quic/congestion_control/rtt_stats.h |
diff --git a/net/quic/congestion_control/rtt_stats.h b/net/quic/congestion_control/rtt_stats.h |
index 3d256d9ddfa10d468fb33930c6c15e1242a0ff8b..a14cfcb3e26eedb18031b55594dad92036576638 100644 |
--- a/net/quic/congestion_control/rtt_stats.h |
+++ b/net/quic/congestion_control/rtt_stats.h |
@@ -23,9 +23,6 @@ class NET_EXPORT_PRIVATE RttStats { |
public: |
RttStats(); |
- // Returns true if any RTT measurements have been made. |
- bool HasUpdates() const; |
- |
// Updates the RTT from an incoming ack which is received |send_delta| after |
// the packet is sent and the peer reports the ack being delayed |ack_delay|. |
void UpdateRtt(QuicTime::Delta send_delta, |