From 4b2bdd1a6cc2d0335815c2fbfd8d2fcb640bc2b4 Mon Sep 17 00:00:00 2001 From: RJ Ascani Date: Fri, 19 Jan 2024 11:11:43 -0800 Subject: [PATCH] Remove unused visibility spec (#2403) BUG=cleanup --- tensorflow/lite/micro/testing/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/lite/micro/testing/BUILD b/tensorflow/lite/micro/testing/BUILD index aad4a4c4f9a..11a52ad91a1 100644 --- a/tensorflow/lite/micro/testing/BUILD +++ b/tensorflow/lite/micro/testing/BUILD @@ -33,7 +33,6 @@ cc_library( ], visibility = [ ":kernel_test_friends", - ":microfrontend", ":tflite_micro", ], deps = [