Index: net/quic/congestion_control/tcp_cubic_sender.h |
diff --git a/net/quic/congestion_control/tcp_cubic_sender.h b/net/quic/congestion_control/tcp_cubic_sender.h |
index 3327bda5995f76e98bb482fa3a8006e82e361e44..12fd997337fded1906c6ef12d2b19a9cbff7e41e 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender.h |
+++ b/net/quic/congestion_control/tcp_cubic_sender.h |
@@ -21,9 +21,6 @@ |
namespace net { |
-// Default maximum packet size used in Linux TCP implementations. |
-const QuicByteCount kDefaultTCPMSS = 1460; |
- |
class RttStats; |
namespace test { |