Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: net/quic/core/crypto/crypto_server_config_protobuf.cc

Issue 2417183003: Remove stl_util's deletion functions from remaining quic code. (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « net/quic/core/crypto/crypto_server_config_protobuf.h ('k') | net/quic/core/quic_sent_packet_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698