summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
-