mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2025-12-06 16:53:30 +08:00
Tools/Replay: remove unused configure function
This is never called as the main `wscript` does not recurse into this directory until build time. Even if it were called, it would update the environment for all builds instead of just replay. Even if it did update the environment, nobody reads that variable so there's no effect.
This commit is contained in:
committed by
Thomas Watson
parent
445bb60e01
commit
e1880eb6fc
@@ -4,9 +4,6 @@
|
||||
|
||||
import boards
|
||||
|
||||
def configure(cfg):
|
||||
cfg.env.HAL_GCS_ENABLED = 0
|
||||
|
||||
def build(bld):
|
||||
if isinstance(bld.get_board(), boards.chibios) and bld.env['WITH_FATFS'] != '1' and bld.env['WITH_LITTLEFS'] != 1:
|
||||
# we need a filesystem for replay
|
||||
|
||||
Reference in New Issue
Block a user