aboutsummaryrefslogtreecommitdiff
path: root/idlestat.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2014-08-03 00:57:15 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2014-08-05 18:07:29 +0200
commita3558f428c292cdef3595916d23e397abb21b6b4 (patch)
tree526fe2aea740b206e6697cb6f97ba424cdffb660 /idlestat.h
parentad402d4c92a8c3d981a126f59587c01d48fd2eeb (diff)
Remove the debug option
This function is pointless. It was added initially for debugging purpose, remove it. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Larry Bassel <larry.bassel@linaro.org> Tested-by: Larry Bassel <larry.bassel@linaro.org>
Diffstat (limited to 'idlestat.h')
-rw-r--r--idlestat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlestat.h b/idlestat.h
index 4397984..3317a8f 100644
--- a/idlestat.h
+++ b/idlestat.h
@@ -127,7 +127,6 @@ enum formats {
};
struct program_options {
- bool debug;
bool dump;
int iterations;
int mode;