commit | 6929cda2854e84e10062e8138981b599f170af72 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 13 16:17:42 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 13 16:17:42 2015 -0800 |
tree | bf2e5855df68ed7d5d0ffc1f49f1e8cec650c8e5 | |
parent | 229743afde0f9fc0d8d53aadfebcccc495b55ada [diff] |
Remove unused variable BOOTCHART_DEFAULT_TIME_SEC. Change-Id: Id43c73dd32d2f9f1eee9592b55aa3fd3c02094b2
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;