From 68ccb3e03cccd99313ee01cda5772750269c8f73 Mon Sep 17 00:00:00 2001 From: turret Date: Fri, 24 Nov 2023 01:03:46 -0600 Subject: log: remove unused variable --- init/log.c | 1 - 1 file changed, 1 deletion(-) (limited to 'init') diff --git a/init/log.c b/init/log.c index eb2cd09..3ddd4db 100644 --- a/init/log.c +++ b/init/log.c @@ -19,7 +19,6 @@ static const char *colors[] = { [DEBUG_LOGLEVEL] = ANSI_ITALIC ANSI_BRIGHT_BLUE, }; -int start_time = 0; int console_lock = 0; int print(const char *fmt, ...) -- cgit v1.2.3