| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index b448ef9deafaff9d51e18066346dd7c4fdefc118..864edcf5d347f7ebd8a7d25884e03f6a35ce7ca5 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -76,10 +76,6 @@ QUIC_FLAG(bool, FLAGS_quic_buffer_packet_till_chlo, true)
|
| // --quic_buffer_packet_till_chlo is true.
|
| QUIC_FLAG(bool, FLAGS_quic_limit_num_new_sessions_per_epoll_loop, true)
|
|
|
| -// If true, lazy allocate and early release memeory used in
|
| -// QuicStreamSequencerBuffer to buffer incoming data.
|
| -QUIC_FLAG(bool, FLAGS_quic_reduce_sequencer_buffer_memory_life_time, true)
|
| -
|
| // If true, disables QUIC version less than 34.
|
| QUIC_FLAG(bool, FLAGS_quic_disable_pre_34, true)
|
|
|
|
|