[bazel] Delete redundant visibility (#169493)

default_visibility is already public.
This commit is contained in:
Walter Lee
2025-11-25 13:21:56 +00:00
committed by GitHub
parent 6bf3249fe9
commit f0e0a22158

View File

@@ -51,7 +51,6 @@ cc_library_wrapper(
],
"//conditions:default": [],
}),
visibility = ["//visibility:public"],
deps = select({
":llvm_zlib_enabled": [
"@llvm_zlib//:zlib-ng",