Index: net/quic/core/crypto/crypto_server_config_protobuf.cc |
diff --git a/net/quic/core/crypto/crypto_server_config_protobuf.cc b/net/quic/core/crypto/crypto_server_config_protobuf.cc |
index c8e70ed9a247c40b3121b55f1d3e700e41dbeb8b..0c66e6aea4ff06fc534bcaf102670318d36ac065 100644 |
--- a/net/quic/core/crypto/crypto_server_config_protobuf.cc |
+++ b/net/quic/core/crypto/crypto_server_config_protobuf.cc |
@@ -11,8 +11,6 @@ namespace net { |
QuicServerConfigProtobuf::QuicServerConfigProtobuf() |
: primary_time_(QuicWallTime::Zero().ToUNIXSeconds()), priority_(0) {} |
-QuicServerConfigProtobuf::~QuicServerConfigProtobuf() { |
- base::STLDeleteElements(&keys_); |
-} |
+QuicServerConfigProtobuf::~QuicServerConfigProtobuf() {} |
} // namespace net |