Commit fba3eaa6 authored by David Wilson's avatar David Wilson

mitop: Remove dead code

parent 271fed0f
......@@ -46,11 +46,6 @@ def remote_main(context_id, handle, delay, router):
send_once(sender)
time.sleep(delay)
if sys.platform == 'darwin':
darwin_main(sender, delay)
elif sys.platform == 'linux':
linux_main(sender, delay)
def parse_output(host, s):
prev_pids = set(host.procs)
......
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