From 67d43fd64099a8ce51ad107e6f27bbdc6a52d852 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Thu, 17 Feb 2022 14:16:12 +0000 Subject: remove declarations of now nonexistent functons *facepalm* --- kc/core/timer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kc') 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); - -- cgit v1.3.1-1-g115d