Remove unused visibility spec (#2594)

BUG=cl/634722988
This commit is contained in:
RJ Ascani 2024-05-22 10:37:31 -07:00 committed by GitHub
parent dfdd666ae0
commit d069ba8299
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,9 +65,7 @@ cc_library(
hdrs = [
"//tensorflow/lite/micro/models:generated_keyword_scrambled_8bit_model_hdr",
],
visibility = [
":micro_top_level",
],
visibility = ["//visibility:private"],
)
cc_binary(