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 313acee094b9fd312d2cd369f278bd40eb1f667c..96d528c7103fca08e823cd1b1af677b8b4ef7a76 100644 |
--- a/net/quic/crypto/crypto_handshake_message.cc |
+++ b/net/quic/crypto/crypto_handshake_message.cc |
@@ -252,15 +252,6 @@ string CryptoHandshakeMessage::DebugStringInternal(size_t indent) const { |
done = true; |
} |
break; |
- case kVERS: |
- // uint16 value |
- if (it->second.size() == 2) { |
- uint16 value; |
- memcpy(&value, it->second.data(), sizeof(value)); |
- ret += base::UintToString(value); |
- done = true; |
- } |
- break; |
case kKEXS: |
case kAEAD: |
case kCGST: |