refactor: kernel space yield() for controllable, flexible task switching
[lunaix-os.git] / lunaix-os / kernel / time / timer.c
index f479f581a34f6849593824bdb5dc1d37f4bcb59e..51c2c7fd11f942e1df888185b21d160060f9010b 100644 (file)
@@ -213,12 +213,6 @@ timer_update(const isr_param* param)
     }
 }
 
-void
-sched_yield()
-{
-    sched_ticks_counter = sched_ticks;
-}
-
 static void
 temp_intr_routine_rtc_tick(const isr_param* param)
 {