Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: net/tools/quic/quic_in_memory_cache.cc

Issue 393143002: Remove an unused local variable in quic_in_memory_cache.cc, only used (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698