aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tools/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/tools/BUILD')
-rw-r--r--tensorflow/compiler/xla/tools/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/tensorflow/compiler/xla/tools/BUILD b/tensorflow/compiler/xla/tools/BUILD
index 2e55f609d1..0bc4045a54 100644
--- a/tensorflow/compiler/xla/tools/BUILD
+++ b/tensorflow/compiler/xla/tools/BUILD
@@ -223,17 +223,3 @@ tf_cc_binary(
"//tensorflow/core:lib",
],
)
-
-# -----------------------------------------------------------------------------
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)