aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/plugin
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2018-03-28 20:46:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-28 20:49:47 -0700
commitbb582f1b6fad474bc446c78a6683247a8eb6048e (patch)
tree723033399aa0fea97e134c25423edc3293140bb1 /tensorflow/compiler/plugin
parent789e442513e85ab1caeb1e03997b0aafa3cd76d7 (diff)
Remove all_opensource_files. It's not needed any more.
PiperOrigin-RevId: 190878279
Diffstat (limited to 'tensorflow/compiler/plugin')
-rw-r--r--tensorflow/compiler/plugin/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/tensorflow/compiler/plugin/BUILD b/tensorflow/compiler/plugin/BUILD
index da4bc44c7a..238fd15166 100644
--- a/tensorflow/compiler/plugin/BUILD
+++ b/tensorflow/compiler/plugin/BUILD
@@ -49,17 +49,3 @@ cc_library(
"//tensorflow/compiler/jit:xla_device",
],
)
-
-#-----------------------------------------------------------------------------
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)