diff options
author | etienneb@chromium.org <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 23:37:24 +0000 |
---|---|---|
committer | etienneb@chromium.org <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 23:37:24 +0000 |
commit | cc48232d6962855833acd509775336dbe5082c96 (patch) | |
tree | f8ef84355a9fa36d5e0faeb98e29c23929df4132 | |
parent | c29bf7e6023761a0cf008c6ee6d1ab9aec0b16e4 (diff) | |
download | chromium_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.cc | 1 |
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); } |