mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:47:34 +00:00
Kernel: Remove outdated FIXME from Scheduler
This commit is contained in:
parent
27f0102bbe
commit
7cf33a8ccb
1 changed files with 0 additions and 1 deletions
|
@ -353,7 +353,6 @@ bool Scheduler::pick_next()
|
||||||
});
|
});
|
||||||
|
|
||||||
// Dispatch any pending signals.
|
// 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 {
|
Thread::for_each_living([](Thread& thread) -> IterationDecision {
|
||||||
if (!thread.has_unmasked_pending_signals())
|
if (!thread.has_unmasked_pending_signals())
|
||||||
return IterationDecision::Continue;
|
return IterationDecision::Continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue