[libcxx-commits] [libcxx] [libc++][NFC] Remove unused imports from generate_feature_test_macro_… (PR #159591)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 18 08:06:09 PDT 2025
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/159591
…components.py
>From a34b3a23f295f80fc7eec6f8776fc7eb86721d5d Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Thu, 18 Sep 2025 11:05:51 -0400
Subject: [PATCH] [libc++][NFC] Remove unused imports from
generate_feature_test_macro_components.py
---
libcxx/utils/generate_feature_test_macro_components.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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():
More information about the libcxx-commits
mailing list