From bb98227db19ae4d80af7a25a9423aae2aeaec61d Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Fri, 1 Dec 2023 10:30:15 +0100 Subject: [libc][NFC] Remove named_pair (#73952) `named_pair` does not provide enough value to deserve its own header. --- utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 7 ------- 1 file changed, 7 deletions(-) (limited to 'utils') diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index d53ca20..46d8198 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -432,7 +432,6 @@ libc_support_library( hdrs = ["src/__support/number_pair.h"], deps = [ ":__support_cpp_type_traits", - ":__support_named_pair", ], ) @@ -588,11 +587,6 @@ libc_support_library( ) libc_support_library( - name = "__support_named_pair", - hdrs = ["src/__support/named_pair.h"], -) - -libc_support_library( name = "__support_bit", hdrs = ["src/__support/bit.h"], deps = [ @@ -608,7 +602,6 @@ libc_support_library( ":__support_cpp_type_traits", ":__support_macros_attributes", ":__support_macros_config", - ":__support_named_pair", ], ) -- cgit v1.1