Skip to content

Commit a34b3a2

Browse files
committed
[libc++][NFC] Remove unused imports from generate_feature_test_macro_components.py
1 parent d62505f commit a34b3a2

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)