Remove unused variable BOOTCHART_DEFAULT_TIME_SEC.
Change-Id: Id43c73dd32d2f9f1eee9592b55aa3fd3c02094b2
This commit is contained in:
parent
bf7560f12c
commit
0f58cb0035
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue