[libcxx-commits] [libcxx] [libc++][NFC] Remove unused imports from generate_feature_test_macro_components.py (PR #159591)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 18 08:06:48 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/159591.diff


1 Files Affected:

- (modified) libcxx/utils/generate_feature_test_macro_components.py (+1-1) 


``````````diff
diff --git a/libcxx/utils/generate_feature_test_macro_components.py b/libcxx/utils/generate_feature_test_macro_components.py
index c1e579c775746..adf1c62a0d3ee 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():

``````````

</details>


https://github.com/llvm/llvm-project/pull/159591


More information about the libcxx-commits mailing list