Skip to content

Commit

Permalink
Drop unused variable in rlz_value_store_chromeos.cc.
Browse files Browse the repository at this point in the history
../../rlz/chromeos/lib/rlz_value_store_chromeos.cc:24:12: error: unused variable 'kProductChrome' [-Werror,-Wunused-const-variable]
const char kProductChrome[] = "chrome";
           ^
../../rlz/chromeos/lib/rlz_value_store_chromeos.cc:25:12: error: unused variable 'kProductOther' [-Werror,-Wunused-const-variable]
const char kProductOther[] = "other";
           ^
2 errors generated.

BUG=307668
TEST=none
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/33373002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229874 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
xhwang@chromium.org committed Oct 21, 2013
1 parent 96a5b66 commit 661efff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rlz/chromeos/lib/rlz_value_store_chromeos.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ namespace rlz_lib {

namespace {

// Product names.
const char kProductChrome[] = "chrome";
const char kProductOther[] = "other";

// Key names.
const char kPingTimeKey[] = "ping_time";
const char kAccessPointKey[] = "access_points";
Expand Down

0 comments on commit 661efff

Please sign in to comment.