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