mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
scripts: utils: migrate_sys_init: remove dead ZEPHYR_BASE
ZEPHYR_BASE is not used, so delete it. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufí
parent
90570c6b9d
commit
2dbbfaec6b
@@ -19,9 +19,6 @@ from pathlib import Path
|
||||
import re
|
||||
|
||||
|
||||
ZEPHYR_BASE = Path(__file__).parents[2]
|
||||
|
||||
|
||||
def update_sys_init(project, dry_run):
|
||||
for p in project.glob("**/*"):
|
||||
if not p.is_file() or not p.suffix or p.suffix[1:] not in ("c", "cpp"):
|
||||
|
||||
Reference in New Issue
Block a user