mitop: Remove dead code

This commit is contained in:
David Wilson 2017-10-05 00:59:14 +05:30
parent 271fed0fd6
commit fba3eaa6d1
1 changed files with 0 additions and 5 deletions

View File

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