[all-commits] [llvm/llvm-project] 0d3c40: [libc++] Remove unused Python imports (#73724)
Stephan T. Lavavej via All-commits
all-commits at lists.llvm.org
Wed Nov 29 06:25:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d3c40b82b3b667a4f7f69f45658c184615fd54f
https://github.com/llvm/llvm-project/commit/0d3c40b82b3b667a4f7f69f45658c184615fd54f
Author: Stephan T. Lavavej <stl at nuwen.net>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M libcxx/test/libcxx/transitive_includes_to_csv.py
M libcxx/utils/adb_run.py
M libcxx/utils/gdb/libcxx/printers.py
M libcxx/utils/generate_escaped_output_table.py
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_extended_grapheme_cluster_test.py
M libcxx/utils/generate_std_clang_module_header.py
M libcxx/utils/generate_std_cppm_in.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/graph_header_deps.py
M libcxx/utils/libcxx/test/android.py
M libcxx/utils/libcxx/test/dsl.py
M libcxx/utils/libcxx/test/format.py
M libcxx/utils/qemu_baremetal.py
Log Message:
-----------
[libc++] Remove unused Python imports (#73724)
VSCode's Pylance extension informed me, and text searching confirmed,
that these imports are unused. I believe we should be able to remove
them harmlessly.
More information about the All-commits
mailing list