aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/tutorials/estimators/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/tutorials/estimators/BUILD')
-rw-r--r--tensorflow/examples/tutorials/estimators/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/examples/tutorials/estimators/BUILD b/tensorflow/examples/tutorials/estimators/BUILD
index ecbc1a431d..bab609f208 100644
--- a/tensorflow/examples/tutorials/estimators/BUILD
+++ b/tensorflow/examples/tutorials/estimators/BUILD
@@ -20,15 +20,3 @@ py_binary(
"//third_party/py/numpy",
],
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)