summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretienneb@chromium.org <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-08 23:37:24 +0000
committeretienneb@chromium.org <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-08 23:37:24 +0000
commitcc48232d6962855833acd509775336dbe5082c96 (patch)
treef8ef84355a9fa36d5e0faeb98e29c23929df4132
parentc29bf7e6023761a0cf008c6ee6d1ab9aec0b16e4 (diff)
downloadchromium_src-cc48232d6962855833acd509775336dbe5082c96.zip
chromium_src-cc48232d6962855833acd509775336dbe5082c96.tar.gz
chromium_src-cc48232d6962855833acd509775336dbe5082c96.tar.bz2
Remove unused variable declaration.
This issue was found by a linter. R=panayiotis@google.com, noelutz@google.com BUG= Review URL: https://chromiumcodereview.appspot.com/22430007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216488 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/safe_browsing/malware_details_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc
index 7389893..251ce98 100644
--- a/chrome/browser/safe_browsing/malware_details_unittest.cc
+++ b/chrome/browser/safe_browsing/malware_details_unittest.cc
@@ -117,7 +117,6 @@ void FillCache(net::URLRequestContextGetter* context_getter) {
GetCache()->GetBackend(&cache, cb.callback());
ASSERT_EQ(net::OK, cb.GetResult(rv));
- std::string empty;
WriteToEntry(cache, kMalwareURL, kMalwareHeaders, kMalwareData);
WriteToEntry(cache, kLandingURL, kLandingHeaders, kLandingData);
}