From 0f58cb003524048add2abe9bfc3805efe18b768c Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 13 Feb 2015 16:17:42 -0800 Subject: [PATCH] Remove unused variable BOOTCHART_DEFAULT_TIME_SEC. Change-Id: Id43c73dd32d2f9f1eee9592b55aa3fd3c02094b2 --- init/bootchart.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/init/bootchart.cpp b/init/bootchart.cpp index e97335d95..cc3192022 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;