From c9ff2b0a8aebdc2a46490717ef27e288bd822499 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 18 Sep 2024 01:08:36 -0400 Subject: Move USE_COLOR into stdlib --- stdlib/util.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'stdlib/util.c') diff --git a/stdlib/util.c b/stdlib/util.c index 7749b22c..1fe33dfa 100644 --- a/stdlib/util.c +++ b/stdlib/util.c @@ -9,8 +9,6 @@ #include "text.h" #include "util.h" -public bool USE_COLOR; - __attribute__((format(printf, 1, 2))) public char *heap_strf(const char *fmt, ...) { -- cgit v1.2.3