aboutsummaryrefslogtreecommitdiff
path: root/process/process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'process/process.cpp')
-rw-r--r--process/process.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/process/process.cpp b/process/process.cpp
index 6ce16f5..6d4f5ac 100644
--- a/process/process.cpp
+++ b/process/process.cpp
@@ -44,13 +44,8 @@ process::process(const char *_comm, int _pid)
{
strcpy(comm, _comm);
pid = _pid;
- accumulated_runtime = 0;
- child_runtime = 0;
- wake_ups = 0;
- disk_hits = 0;
is_idle = 0;
running = 0;
- waker = NULL;
if (strncmp(_comm, "kondemand/", 10) == 0)
is_idle = 1;