summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-14 00:18:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-14 00:18:16 +0000
commitb0572e2566ed743e4e65b899ff0a678c804ee1a4 (patch)
treebf2e5855df68ed7d5d0ffc1f49f1e8cec650c8e5
parentbf7560f12c6c2ca81a6648bd59bba5024dcd24fe (diff)
parent0f58cb003524048add2abe9bfc3805efe18b768c (diff)
downloadsystem_core-b0572e2566ed743e4e65b899ff0a678c804ee1a4.zip
system_core-b0572e2566ed743e4e65b899ff0a678c804ee1a4.tar.gz
system_core-b0572e2566ed743e4e65b899ff0a678c804ee1a4.tar.bz2
Merge "Remove unused variable BOOTCHART_DEFAULT_TIME_SEC."
-rw-r--r--init/bootchart.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/bootchart.cpp b/init/bootchart.cpp
index e97335d..cc31920 100644
--- a/init/bootchart.cpp
+++ b/init/bootchart.cpp
@@ -47,9 +47,6 @@
// Polling period in ms.
static const int BOOTCHART_POLLING_MS = 200;
-// Default polling time in seconds.
-static const int BOOTCHART_DEFAULT_TIME_SEC = 2*60;
-
// Max polling time in seconds.
static const int BOOTCHART_MAX_TIME_SEC = 10*60;