utf8_range: Remove unused DEFAULT_VISIBILITY

DEFAULT_VISIBILITY is never used.
22e2409e53/third_party/utf8_range/BUILD.bazel (L11)

default_visibility is public.
22e2409e53/third_party/utf8_range/BUILD.bazel (L19)

PiperOrigin-RevId: 799471425
This commit is contained in:
Jesse Rosenstock 2025-08-26 02:21:17 -07:00 committed by Copybara-Service
parent 4d0ac105e4
commit d549ca0c2a

View file

@ -8,12 +8,6 @@ load("@rules_cc//cc:cc_library.bzl", "cc_library")
load("@rules_cc//cc:cc_test.bzl", "cc_test")
load("@rules_license//rules:license.bzl", "license")
DEFAULT_VISIBILITY = [
"//src/google/protobuf:__subpackages__",
"//third_party/utf8_range:__subpackages__",
"//util/utf8/public:__subpackages__",
]
package(
default_applicable_licenses = ["//third_party/utf8_range:license"],
default_visibility = ["//visibility:public"],