summaryrefslogtreecommitdiff
path: root/kc/core/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/timer.c')
-rw-r--r--kc/core/timer.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/kc/core/timer.c b/kc/core/timer.c
deleted file mode 100644
index 2b7d5f6..0000000
--- a/kc/core/timer.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "timer.h"
-#include "pit8253.h"
-
-uint64_t timer_ticks(void)
-{
- return pit8253_count();
-}
-