aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/proto_text/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/proto_text/BUILD')
-rw-r--r--tensorflow/tools/proto_text/BUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/tensorflow/tools/proto_text/BUILD b/tensorflow/tools/proto_text/BUILD
index 39c4aac1e8..ef7bfdd3c9 100644
--- a/tensorflow/tools/proto_text/BUILD
+++ b/tensorflow/tools/proto_text/BUILD
@@ -96,18 +96,3 @@ tf_cc_test(
"//tensorflow/core:test_main",
],
)
-
-# -----------------------------------------------------------------------------
-# Google-internal targets. These must be at the end for syncrepo.
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)