Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index ad7598306d7b288b3c0fe5f92e7e759ff6685a01..6bea22a28c0b42bceea34b9293714814905ea46d 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -118,9 +118,6 @@ const bool kIncludeVersion = true; |
// Index of the first byte in a QUIC packet which is used in hash calculation. |
const size_t kStartOfHashData = 0; |
-// Limit on the delta between stream IDs. |
-const QuicStreamId kMaxStreamIdDelta = 200; |
- |
// Reserved ID for the crypto stream. |
const QuicStreamId kCryptoStreamId = 1; |