mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Kernel: Remove debug spam about marking threads for death
This commit is contained in:
@@ -2571,7 +2571,6 @@ void Process::die()
|
||||
// Tell the threads to unwind and die.
|
||||
InterruptDisabler disabler;
|
||||
for_each_thread([](Thread& thread) {
|
||||
kprintf("Mark PID %u TID %u for death\n", thread.pid(), thread.tid());
|
||||
thread.set_should_die();
|
||||
return IterationDecision::Continue;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user