aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/log.c1
1 files changed, 0 insertions, 1 deletions
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, ...)