sim_vehicle.py: remove unused AUTOTEST variable

This commit is contained in:
Lucas De Marchi 2016-05-12 00:31:37 -03:00
parent e772c70536
commit ad8cedc452
1 changed files with 0 additions and 2 deletions

View File

@ -608,8 +608,6 @@ if not os.path.exists(vehicledir):
print("vehicle directory (%s) does not exist" % (vehicledir,))
sys.exit(1)
os.environ['AUTOTEST'] = find_autotest_dir() # should we only drop this in subprocess env?
if not opts.hil:
if opts.instance == 0:
kill_tasks()