diff options
author | mgiuca <mgiuca@chromium.org> | 2015-07-07 21:08:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-08 04:09:00 +0000 |
commit | 88867d310fc297151344fcf294d23554371b2644 (patch) | |
tree | 5e5b72209031531800ce46ee19a8b2e8b5b7920a /cloud_print/common | |
parent | f3c539b18f4e90349ebb3add169abe8478262b58 (diff) | |
download | chromium_src-88867d310fc297151344fcf294d23554371b2644.zip chromium_src-88867d310fc297151344fcf294d23554371b2644.tar.gz chromium_src-88867d310fc297151344fcf294d23554371b2644.tar.bz2 |
Fixed all unused-variable Clang warnings on Windows.
Usually, fixed by removing the unused variables. Some variables had to
be guarded by #ifs. Some variables could be used instead.
Also removed unused test file sweep02_16b_mono_16KHz.raw.
BUG=505319
TBR=rpaquay@chromium.org
Review URL: https://codereview.chromium.org/1220133003
Cr-Commit-Position: refs/heads/master@{#337767}
Diffstat (limited to 'cloud_print/common')
-rw-r--r-- | cloud_print/common/win/install_utils.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloud_print/common/win/install_utils.cc b/cloud_print/common/win/install_utils.cc index 31b4377..eed09b3 100644 --- a/cloud_print/common/win/install_utils.cc +++ b/cloud_print/common/win/install_utils.cc @@ -22,7 +22,6 @@ namespace { // Google Update related constants. const wchar_t kClientsKey[] = L"SOFTWARE\\Google\\Update\\Clients\\"; const wchar_t kClientStateKey[] = L"SOFTWARE\\Google\\Update\\ClientState\\"; -const wchar_t* kUsageKey = L"dr"; const wchar_t kVersionKey[] = L"pv"; const wchar_t kNameKey[] = L"name"; |