Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / net / tools / quic / quic_in_memory_cache.cc
index af46ca3..15a783d 100644 (file)
@@ -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()