Skip to content

Commit 9bc893a

Browse files
authored
Remove unused variable 'original_content'
1 parent 59150e7 commit 9bc893a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/frameworks/component_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,6 @@ def add_lto_flags(self) -> bool:
13291329
with open(build_py_path, 'r', encoding='utf-8') as f:
13301330
content = f.read()
13311331

1332-
original_content = content
13331332
modified = False
13341333

13351334
# Add -flto=auto to CCFLAGS right after the opening bracket

0 commit comments

Comments
 (0)