aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-04-07 11:34:25 -0700
committerAlex Vakulenko <avakulenko@google.com>2016-04-07 18:35:41 +0000
commitdaeafc6e42c1acb36aae290e60462e47947fd643 (patch)
treeeea5f110f117e0fb11a575ef14d202750a056ea3
parent25845ac908bb59263f495c28d5815772561ec59d (diff)
downloadlibweave-daeafc6e42c1acb36aae290e60462e47947fd643.tar.gz
libweave: Remove unused local constant
This causes on clang. Change-Id: I8bdffc52e9000c4033927555032b8b8294b80cfd Reviewed-on: https://weave-review.googlesource.com/3172 Reviewed-by: Alex Vakulenko <avakulenko@google.com>
-rw-r--r--src/device_registration_info.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device_registration_info.cc b/src/device_registration_info.cc
index 195895f..b7ff589 100644
--- a/src/device_registration_info.cc
+++ b/src/device_registration_info.cc
@@ -39,7 +39,6 @@ const char kErrorAlreayRegistered[] = "already_registered";
namespace {
const int kPollingPeriodSeconds = 7;
-const int kBackupPollingPeriodMinutes = 30;
namespace fetch_reason {