Skip to content

Commit

Permalink
Kernel: Remove outdated FIXME from Scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Feb 10, 2020
1 parent 27f0102 commit 7cf33a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Kernel/Scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7cf33a8

Please sign in to comment.