mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 19:27:35 +00:00
Kernel: Remove debug spam about marking threads for death
This commit is contained in:
parent
7f843ef3b2
commit
285130cc55
1 changed files with 0 additions and 1 deletions
|
@ -2571,7 +2571,6 @@ void Process::die()
|
||||||
// Tell the threads to unwind and die.
|
// Tell the threads to unwind and die.
|
||||||
InterruptDisabler disabler;
|
InterruptDisabler disabler;
|
||||||
for_each_thread([](Thread& thread) {
|
for_each_thread([](Thread& thread) {
|
||||||
kprintf("Mark PID %u TID %u for death\n", thread.pid(), thread.tid());
|
|
||||||
thread.set_should_die();
|
thread.set_should_die();
|
||||||
return IterationDecision::Continue;
|
return IterationDecision::Continue;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue