summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authornfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 19:48:40 +0000
committernfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 19:48:40 +0000
commit7e83dcbae25d0cca030a6983fab7de1dcc4283cc (patch)
tree01a9c30cc0eac49278350362077bdb24cd03c74d /ppapi
parentaa766612f25b5211ac65f40a19afe09d45c07c9a (diff)
downloadchromium_src-7e83dcbae25d0cca030a6983fab7de1dcc4283cc.zip
chromium_src-7e83dcbae25d0cca030a6983fab7de1dcc4283cc.tar.gz
chromium_src-7e83dcbae25d0cca030a6983fab7de1dcc4283cc.tar.bz2
One more time, remove unused var
BUG= none TEST= try Review URL: http://codereview.chromium.org/7826035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/native_client/src/trusted/plugin/file_downloader.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/native_client/src/trusted/plugin/file_downloader.cc b/ppapi/native_client/src/trusted/plugin/file_downloader.cc
index 1c00d26..f5b7c1e 100644
--- a/ppapi/native_client/src/trusted/plugin/file_downloader.cc
+++ b/ppapi/native_client/src/trusted/plugin/file_downloader.cc
@@ -58,7 +58,6 @@ bool FileDownloader::Open(
file_open_notify_callback_ = callback;
flags_ = flags;
buffer_.clear();
- pp::Module* module = pp::Module::Get();
pp::URLRequestInfo url_request(instance_);
do {