mitop: Remove dead code
This commit is contained in:
parent
271fed0fd6
commit
fba3eaa6d1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue