mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
ProcessManager: Show the colonel process.
This commit is contained in:
parent
2bde251163
commit
0680fe2383
Notes:
sideshowbarker
2024-07-19 15:06:55 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0680fe23835
1 changed files with 0 additions and 3 deletions
|
@ -153,9 +153,6 @@ void ProcessTableModel::update()
|
|||
state.physical = parts[13].to_uint(ok);
|
||||
ASSERT(ok);
|
||||
sum_nsched += nsched;
|
||||
if (pid == 0)
|
||||
continue;
|
||||
|
||||
{
|
||||
auto it = m_processes.find(pid);
|
||||
if (it == m_processes.end())
|
||||
|
|
Loading…
Reference in a new issue