mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:18:11 +00:00
ProcessManager: Show the colonel process.
This commit is contained in:
parent
2bde251163
commit
0680fe2383
1 changed files with 0 additions and 3 deletions
|
@ -153,9 +153,6 @@ void ProcessTableModel::update()
|
||||||
state.physical = parts[13].to_uint(ok);
|
state.physical = parts[13].to_uint(ok);
|
||||||
ASSERT(ok);
|
ASSERT(ok);
|
||||||
sum_nsched += nsched;
|
sum_nsched += nsched;
|
||||||
if (pid == 0)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
auto it = m_processes.find(pid);
|
auto it = m_processes.find(pid);
|
||||||
if (it == m_processes.end())
|
if (it == m_processes.end())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue