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:
parent
cfce92f639
commit
06104a4227
2 changed files with 0 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue