1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

Kernel: Remove unused Scheduler::yield_from_critical()

This commit is contained in:
Andreas Kling 2021-07-25 19:50:31 +02:00
parent cfce92f639
commit 06104a4227
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);