diff --git a/builder/main.py b/builder/main.py index b265058..9eaa377 100644 --- a/builder/main.py +++ b/builder/main.py @@ -506,13 +506,6 @@ if any("-Wl,-T" in f for f in env.get("LINKFLAGS", [])): print("Warning! '-Wl,-T' option for specifying linker scripts is deprecated. " "Please use 'board_build.ldscript' option in your 'platformio.ini' file.") -# -# A temporary workaround to propagate additional data to the debug configuration routine -# - -Import("projenv") -projenv["INTEGRATION_EXTRA_DATA"] = env.get("INTEGRATION_EXTRA_DATA") - # # Default targets #