Kernel: Remove unused Scheduler::yield_from_critical()

This commit is contained in:
Andreas Kling 2021-07-25 19:50:31 +02:00
commit 06104a4227
Notes: sideshowbarker 2024-07-18 22:57:59 +09:00
2 changed files with 0 additions and 16 deletions

View file

@ -38,7 +38,6 @@ public:
[[noreturn]] static void start();
static bool pick_next();
static bool yield();
static void yield_from_critical();
static bool context_switch(Thread*);
static void enter_current(Thread& prev_thread, bool is_first);
static void leave_on_first_switch(u32 flags);