[libc][obvious] fix bazel after removing vector
authorMichael Jones <michaelrj@google.com>
Wed, 21 Dec 2022 23:22:27 +0000 (15:22 -0800)
committerMichael Jones <michaelrj@google.com>
Thu, 22 Dec 2022 00:03:52 +0000 (16:03 -0800)
The vector class was removed from the source code and cmake but not from
the bazel which caused bazel issues. This patch fixes that.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D140510

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

index 930a9c4..d75e578 100644 (file)
@@ -163,12 +163,6 @@ libc_support_library(
 )
 
 libc_support_library(
-    name = "__support_cpp_vector",
-    hdrs = ["src/__support/CPP/vector.h"],
-    deps = [":libc_root"],
-)
-
-libc_support_library(
     name = "__support_cpp_atomic",
     hdrs = ["src/__support/CPP/atomic.h"],
     deps = [