autotest: remote getppid for SITL copter on windows

This commit is contained in:
Andrew Tridgell 2013-04-02 13:54:36 +11:00
parent 5667f5d817
commit e61f3dfeca

View File

@ -106,8 +106,6 @@ for m in [ 'home' ]:
parser.print_help()
sys.exit(1)
parent_pid = os.getppid()
# UDP socket addresses
fg_out_address = interpret_address(opts.fgout)
sim_out_address = interpret_address(opts.simout)