Index: net/quic/quic_server.cc |
diff --git a/net/quic/quic_server.cc b/net/quic/quic_server.cc |
index 610b305f66b7ea4b0ac323e3e72f0405ca92c643..a81249efd35062eae5d817231153bb93703e8134 100644 |
--- a/net/quic/quic_server.cc |
+++ b/net/quic/quic_server.cc |
@@ -13,7 +13,6 @@ |
#include "net/quic/quic_crypto_stream.h" |
#include "net/quic/quic_data_reader.h" |
#include "net/quic/quic_dispatcher.h" |
-#include "net/quic/quic_in_memory_cache.h" |
#include "net/quic/quic_protocol.h" |
#include "net/quic/quic_server_packet_writer.h" |
#include "net/udp/udp_server_socket.h" |
@@ -65,9 +64,6 @@ void QuicServer::Initialize() { |
kInitialSessionFlowControlWindow); |
} |
- // Initialize the in memory cache now. |
- QuicInMemoryCache::GetInstance(); |
- |
scoped_ptr<CryptoHandshakeMessage> scfg( |
crypto_config_.AddDefaultConfig( |
helper_.GetRandomGenerator(), helper_.GetClock(), |