mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
ProcessManager: Show the colonel process.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user