diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-17 14:16:12 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-17 14:16:12 +0000 |
| commit | 67d43fd64099a8ce51ad107e6f27bbdc6a52d852 (patch) | |
| tree | 14983b18ad6702bf3c76b1b5fdf3738ec9d1414d /kc/core/timer.h | |
| parent | 0d1bf5ee926d74b66b6e891fb65816621c51824a (diff) | |
remove declarations of now nonexistent functons *facepalm*
Diffstat (limited to 'kc/core/timer.h')
| -rw-r--r-- | kc/core/timer.h | 4 |
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); - |
