aboutsummaryrefslogtreecommitdiff
path: root/stdlib/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/util.h')
-rw-r--r--stdlib/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/util.h b/stdlib/util.h
index a24264cd..82f83ab1 100644
--- a/stdlib/util.h
+++ b/stdlib/util.h
@@ -34,8 +34,6 @@
#define CONSTFUNC __attribute__ ((const))
#endif
-extern bool USE_COLOR;
-
#define REVERSE_LIST(list) do { \
__typeof(list) _prev = NULL; \
__typeof(list) _next = NULL; \