From 1a7dede0540b2e64d19b413b9dc1a28eacbd5e8d Mon Sep 17 00:00:00 2001 From: "etienneb@chromium.org" <etienneb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 14 Aug 2013 04:33:21 +0000 Subject: Remove unused variable declaration. This issue was found by a linter. R=zork@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/23101002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217476 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/streams/stream_url_request_job.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'content/browser/streams/stream_url_request_job.cc') diff --git a/content/browser/streams/stream_url_request_job.cc b/content/browser/streams/stream_url_request_job.cc index e36c5d49..d2719a0 100644 --- a/content/browser/streams/stream_url_request_job.cc +++ b/content/browser/streams/stream_url_request_job.cc @@ -167,7 +167,6 @@ void StreamURLRequestJob::NotifyFailure(int error_code) { // TODO(zork): Share these with BlobURLRequestJob. net::HttpStatusCode status_code = net::HTTP_INTERNAL_SERVER_ERROR; - std::string status_txt; switch (error_code) { case net::ERR_ACCESS_DENIED: status_code = net::HTTP_FORBIDDEN; -- cgit v1.1