mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
Kernel: Remove outdated FIXME from Scheduler
This commit is contained in:
parent
27f0102bbe
commit
7cf33a8ccb
Notes:
sideshowbarker
2024-07-19 09:27:28 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7cf33a8ccb6
@ -353,7 +353,6 @@ bool Scheduler::pick_next()
|
||||
});
|
||||
|
||||
// Dispatch any pending signals.
|
||||
// FIXME: Do we really need this to be a separate pass over the process list?
|
||||
Thread::for_each_living([](Thread& thread) -> IterationDecision {
|
||||
if (!thread.has_unmasked_pending_signals())
|
||||
return IterationDecision::Continue;
|
||||
|
Loading…
Reference in New Issue
Block a user