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:
Thomas Watson
2025-11-23 10:39:31 -06:00
committed by Thomas Watson
parent 445bb60e01
commit e1880eb6fc

View File

@@ -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