| Index: net/tools/quic/quic_in_memory_cache.cc
|
| diff --git a/net/tools/quic/quic_in_memory_cache.cc b/net/tools/quic/quic_in_memory_cache.cc
|
| index af46ca37daaa6c5f5a2bcaeab410cc221f69c11e..15a783d9b502c8bd441dc0c5630878c747cd11be 100644
|
| --- a/net/tools/quic/quic_in_memory_cache.cc
|
| +++ b/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()
|
|
|