| Index: net/quic/crypto/crypto_handshake_message.cc
|
| diff --git a/net/quic/crypto/crypto_handshake_message.cc b/net/quic/crypto/crypto_handshake_message.cc
|
| index 73fc9cf815e6784658a2d3298007835a54b01e4c..397b75882567d9183e5c6f12d3fd68981f0c7d15 100644
|
| --- a/net/quic/crypto/crypto_handshake_message.cc
|
| +++ b/net/quic/crypto/crypto_handshake_message.cc
|
| @@ -165,11 +165,6 @@ QuicErrorCode CryptoHandshakeMessage::GetNthValue24(QuicTag tag,
|
| }
|
| }
|
|
|
| -QuicErrorCode CryptoHandshakeMessage::GetUint16(QuicTag tag,
|
| - uint16* out) const {
|
| - return GetPOD(tag, out, sizeof(uint16));
|
| -}
|
| -
|
| QuicErrorCode CryptoHandshakeMessage::GetUint32(QuicTag tag,
|
| uint32* out) const {
|
| return GetPOD(tag, out, sizeof(uint32));
|
|
|