aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/learn/BUILD')
-rw-r--r--tensorflow/examples/learn/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/examples/learn/BUILD b/tensorflow/examples/learn/BUILD
index aba7f600b5..bdbcb0b163 100644
--- a/tensorflow/examples/learn/BUILD
+++ b/tensorflow/examples/learn/BUILD
@@ -152,15 +152,3 @@ sh_test(
"notap",
],
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)