summaryrefslogtreecommitdiff
path: root/kc
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-17 14:16:12 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-17 14:16:12 +0000
commit67d43fd64099a8ce51ad107e6f27bbdc6a52d852 (patch)
tree14983b18ad6702bf3c76b1b5fdf3738ec9d1414d /kc
parent0d1bf5ee926d74b66b6e891fb65816621c51824a (diff)
remove declarations of now nonexistent functons *facepalm*
Diffstat (limited to 'kc')
-rw-r--r--kc/core/timer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/kc/core/timer.h b/kc/core/timer.h
index b70cd70..6960a4b 100644
--- a/kc/core/timer.h
+++ b/kc/core/timer.h
@@ -19,7 +19,3 @@ struct timer_source
uint64_t (*nanoseconds_delta)(void);
};
-uint64_t timer_ticks(void);
-void timer_sleep(uint64_t usec);
-void timer_sleep_until(uint64_t ticks);
-