aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorturret <turret@duck.com>2023-11-24 01:03:46 -0600
committerturret <turret@duck.com>2023-11-24 01:03:46 -0600
commit68ccb3e03cccd99313ee01cda5772750269c8f73 (patch)
tree4f576f897bc0c5753bdca77678d5c5162ea74ab9 /init
parent2f957068e567391e7aef5d7a2c075c14c1e6b37a (diff)
downloaddiscord-bot-skeleton-68ccb3e03cccd99313ee01cda5772750269c8f73.tar.gz
discord-bot-skeleton-68ccb3e03cccd99313ee01cda5772750269c8f73.tar.bz2
discord-bot-skeleton-68ccb3e03cccd99313ee01cda5772750269c8f73.zip
log: remove unused variable
Diffstat (limited to 'init')
-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, ...)