1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 02:04:58 +00:00

ProcessManager: Show the colonel process.

This commit is contained in:
Andreas Kling 2019-03-09 11:29:32 +01:00
parent 2bde251163
commit 0680fe2383

View file

@ -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())