aboutsummaryrefslogtreecommitdiff
path: root/clocks.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2011-03-23 14:37:36 +0100
committerAmit Kucheria <amit.kucheria@linaro.org>2011-03-24 23:01:31 +0200
commitc5afe836b9b21cba244df275eb2042af963340b2 (patch)
tree33c77173992b57430639e6876ab9512121f1b40c /clocks.h
parent60a4102e691fffc43512e2429b329cf7bca38854 (diff)
save some bytes by using the 'bool' type
sizeof(int) : 4 sizeof(bool): 1 Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Diffstat (limited to 'clocks.h')
-rw-r--r--clocks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clocks.h b/clocks.h
index e2be430..a240b72 100644
--- a/clocks.h
+++ b/clocks.h
@@ -20,7 +20,6 @@
#include <linux/magic.h>
extern int maxy;
-extern int dump;
#define MAX_LINES 120