aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/benchmark/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/benchmark/BUILD')
-rw-r--r--tensorflow/examples/benchmark/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/tensorflow/examples/benchmark/BUILD b/tensorflow/examples/benchmark/BUILD
index c4bb0a5bd9..98611a9aad 100644
--- a/tensorflow/examples/benchmark/BUILD
+++ b/tensorflow/examples/benchmark/BUILD
@@ -23,9 +23,3 @@ tf_py_logged_benchmark(
name = "sample_logged_benchmark",
target = "//tensorflow/examples/benchmark:sample_benchmark",
)
-
-filegroup(
- name = "all_files",
- srcs = glob(["**/*"]),
- visibility = ["//tensorflow:__subpackages__"],
-)