Skip to content

Commit 911d1c2

Browse files
authored
[libc++][NFC] Remove unused imports from generate_feature_test_macro_components.py (#159591)
1 parent 9f0c449 commit 911d1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/generate_feature_test_macro_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515
import functools
1616
import json
17-
from libcxx.header_information import module_c_headers, module_headers, header_restrictions, headers_not_available, libcxx_root
17+
from libcxx.header_information import headers_not_available
1818

1919

2020
def get_libcxx_paths():

0 commit comments

Comments
 (0)