From 70443b44a930f0023538956828105e647259efe5 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 5 Oct 2017 00:59:14 +0530 Subject: [PATCH] mitop: Remove dead code --- examples/mitop.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/mitop.py b/examples/mitop.py index bbf31804..3e235530 100644 --- a/examples/mitop.py +++ b/examples/mitop.py @@ -10,8 +10,6 @@ import mitogen.utils class Host(object): - # Incremented once for each received ps output, copied to task struct. Used - # to find dead tasks. name = None context = None recv = None @@ -19,6 +17,7 @@ class Host(object): def __init__(self): self.procs = {} #: pid -> Process() + class Process(object): host = None user = None