Skip to content

Commit ae167ad

Browse files
remove commented out dep
1 parent 221a65d commit ae167ad

File tree

1 file changed

+0
-12
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/strings

1 file changed

+0
-12
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/strings/BUILD.bazel

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,6 @@ package(default_visibility = ["//visibility:public"])
1111

1212
licenses(["notice"])
1313

14-
# libc_support_library(
15-
# name = "memory_check_utils",
16-
# hdrs = ["memory_utils/memory_check_utils.h"],
17-
# deps = [
18-
# "//libc:__support_cpp_span",
19-
# "//libc:__support_libc_assert",
20-
# "//libc:__support_macros_config",
21-
# "//libc:__support_macros_sanitizer",
22-
# "//libc:string_memory_utils",
23-
# ],
24-
# )
25-
2614
libc_test(
2715
name = "bcopy_test",
2816
srcs = ["bcopy_test.cpp"],

0 commit comments

Comments
 (0)