aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/resampler/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/resampler/BUILD')
-rw-r--r--tensorflow/contrib/resampler/BUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/tensorflow/contrib/resampler/BUILD b/tensorflow/contrib/resampler/BUILD
index f0ecc8b85a..48345d7030 100644
--- a/tensorflow/contrib/resampler/BUILD
+++ b/tensorflow/contrib/resampler/BUILD
@@ -85,14 +85,3 @@ cuda_py_test(
"//tensorflow/python:array_ops",
],
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)