Commit 70443b44 authored by David Wilson's avatar David Wilson

mitop: Remove dead code

parent fba3eaa6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment