Index: net/quic/congestion_control/tcp_cubic_bytes_sender.h |
diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.h b/net/quic/congestion_control/tcp_cubic_bytes_sender.h |
index 7a345f6219449b8cd1f124f9d3e28c6f7c1e2843..9040fb68364754adf1fca482980fcce08bd1153e 100644 |
--- a/net/quic/congestion_control/tcp_cubic_bytes_sender.h |
+++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.h |
@@ -129,8 +129,6 @@ class NET_EXPORT_PRIVATE TcpCubicBytesSender : public SendAlgorithmInterface { |
// collection of slowstart_packets_lost. |
bool last_cutback_exited_slowstart_; |
- const QuicClock* clock_; |
- |
DISALLOW_COPY_AND_ASSIGN(TcpCubicBytesSender); |
}; |