X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Ftools%2Fquic%2Fquic_in_memory_cache.cc;h=15a783d9b502c8bd441dc0c5630878c747cd11be;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=af46ca37daaa6c5f5a2bcaeab410cc221f69c11e;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/tools/quic/quic_in_memory_cache.cc b/src/net/tools/quic/quic_in_memory_cache.cc index af46ca3..15a783d 100644 --- a/src/net/tools/quic/quic_in_memory_cache.cc +++ b/src/net/tools/quic/quic_in_memory_cache.cc @@ -170,8 +170,6 @@ void QuicInMemoryCache::Initialize() { file_contents.length() - processed); } - string response_headers_str; - response_headers.DumpToString(&response_headers_str); if (!caching_visitor.done_framing()) { LOG(DFATAL) << "Did not frame entire message from file: " << file.value() << " (" << processed << " of " << file_contents.length()