mitop: Remove dead code

This commit is contained in:
David Wilson 2017-10-05 00:59:14 +05:30
parent fba3eaa6d1
commit 70443b44a9
1 changed files with 1 additions and 2 deletions

View File

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