diff --git a/examples/mitop.py b/examples/mitop.py index 2e11d515..bbf31804 100644 --- a/examples/mitop.py +++ b/examples/mitop.py @@ -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)