Skip to content

Commit 8b53b41

Browse files
authored
Remove unused STATICLIB_ENDINGS. NFC (#23463)
1 parent a7ac01b commit 8b53b41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/shared.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ class OFormat(Enum):
825825
# Windows .dll suffix is not included in this list, since those are never
826826
# linked to directly on the command line.
827827
DYNAMICLIB_ENDINGS = ['.dylib', '.so']
828-
STATICLIB_ENDINGS = ['.a']
829828

830829
run_via_emxx = False
831830

0 commit comments

Comments
 (0)