summaryrefslogtreecommitdiff
path: root/kernel/kmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kmain.c')
-rw-r--r--kernel/kmain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/kmain.c b/kernel/kmain.c
index 4bfd129..ece7012 100644
--- a/kernel/kmain.c
+++ b/kernel/kmain.c
@@ -3,7 +3,6 @@
#include <stdint.h>
#include <sys/types.h>
-
uint32_t ticks = 0;
extern void userspace_init(void);