aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-04-07 18:55:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-07 18:55:31 +0000
commit9df2c2446e68c4ab1c7d444b0a498764a9c3390b (patch)
tree8d021a5f4e329d82f5a3b4fab1df58bf4126dc0e
parent42e265469608501a577f0125cc10b20597dc23d5 (diff)
parentb74e192bcd6d220e37dc128391caf0b452580590 (diff)
downloadlibweave-9df2c2446e68c4ab1c7d444b0a498764a9c3390b.tar.gz
libweave: Remove unused local constant am: 3f8343c am: 6aaf9a8
am: b74e192 * commit 'b74e192bcd6d220e37dc128391caf0b452580590': libweave: Remove unused local constant Change-Id: I00ba23c048efabe58996fab4bc8b282d84ae8638
-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 {