ProcessManager: Show the colonel process.

This commit is contained in:
Andreas Kling 2019-03-09 11:29:32 +01:00
parent 2bde251163
commit 0680fe2383
Notes: sideshowbarker 2024-07-19 15:06:55 +09:00

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