Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index e19d9263417e645dc70ed343aacb872aa1ad15ad..ac5cc864a103e32e710de06bb9eba783dad80513 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -52,9 +52,5 @@ int64 FLAGS_quic_time_wait_list_seconds = 5; |
// no configured limit. |
int64 FLAGS_quic_time_wait_list_max_connections = 50000; |
-// If true, limit the number of connections on the quic time-wait list using a |
-// flag. |
-bool FLAGS_quic_limit_time_wait_list_size = true; |
- |
// Use small QUIC packet sizes by default. |
bool FLAGS_quic_small_default_packet_size = true; |