[libcxx-commits] [libcxx] 911d1c2 - [libc++][NFC] Remove unused imports from generate_feature_test_macro_components.py (#159591)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 10 09:56:47 PST 2025
Author: Louis Dionne
Date: 2025-11-10T12:56:43-05:00
New Revision: 911d1c2a24e928b919005888686e0eae95b1a8cd
URL: https://github.com/llvm/llvm-project/commit/911d1c2a24e928b919005888686e0eae95b1a8cd
DIFF: https://github.com/llvm/llvm-project/commit/911d1c2a24e928b919005888686e0eae95b1a8cd.diff
LOG: [libc++][NFC] Remove unused imports from generate_feature_test_macro_components.py (#159591)
Added:
Modified:
libcxx/utils/generate_feature_test_macro_components.py
Removed:
################################################################################
diff --git a/libcxx/utils/generate_feature_test_macro_components.py b/libcxx/utils/generate_feature_test_macro_components.py
index 22209f53d50d7..82a1785a0c906 100644
--- a/libcxx/utils/generate_feature_test_macro_components.py
+++ b/libcxx/utils/generate_feature_test_macro_components.py
@@ -14,7 +14,7 @@
)
import functools
import json
-from libcxx.header_information import module_c_headers, module_headers, header_restrictions, headers_not_available, libcxx_root
+from libcxx.header_information import headers_not_available
def get_libcxx_paths():
More information about the libcxx-commits
mailing list