Commit 2b7bf5ef authored by wtc@chromium.org's avatar wtc@chromium.org

Remove an unused local variable in quic_in_memory_cache.cc, only used

for testing.

Merge internal CL: 71210916

R=rtenneti@chromium.org
BUG=none

Review URL: https://codereview.chromium.org/393143002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283464 0039d316-1c4b-4281-b951-d872f2087c98
parent f62b3703
...@@ -170,8 +170,6 @@ void QuicInMemoryCache::Initialize() { ...@@ -170,8 +170,6 @@ void QuicInMemoryCache::Initialize() {
file_contents.length() - processed); file_contents.length() - processed);
} }
string response_headers_str;
response_headers.DumpToString(&response_headers_str);
if (!caching_visitor.done_framing()) { if (!caching_visitor.done_framing()) {
LOG(DFATAL) << "Did not frame entire message from file: " << file.value() LOG(DFATAL) << "Did not frame entire message from file: " << file.value()
<< " (" << processed << " of " << file_contents.length() << " (" << processed << " of " << file_contents.length()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment