| Index: net/quic/core/quic_constants.h
|
| diff --git a/net/quic/core/quic_constants.h b/net/quic/core/quic_constants.h
|
| index 8560e9014bb1a4a8e3c87b374ee3c6293df82de3..9cf0e6c7a34ae65eec82012958e0348ae635dcc8 100644
|
| --- a/net/quic/core/quic_constants.h
|
| +++ b/net/quic/core/quic_constants.h
|
| @@ -171,11 +171,6 @@ const uint64_t kUFloat16MaxValue = // 0x3FFC0000000
|
| ((UINT64_C(1) << kUFloat16MantissaEffectiveBits) - 1)
|
| << kUFloat16MaxExponent;
|
|
|
| -// Default path ID.
|
| -const QuicPathId kDefaultPathId = 0;
|
| -// Invalid path ID.
|
| -const QuicPathId kInvalidPathId = 0xff;
|
| -
|
| // kDiversificationNonceSize is the size, in bytes, of the nonce that a server
|
| // may set in the packet header to ensure that its INITIAL keys are not
|
| // duplicated.
|
|
|