mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
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:
parent
4d0ac105e4
commit
d549ca0c2a
1 changed files with 0 additions and 6 deletions
6
third_party/utf8_range/BUILD.bazel
vendored
6
third_party/utf8_range/BUILD.bazel
vendored
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue