aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/speech_commands/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/speech_commands/BUILD')
-rw-r--r--tensorflow/examples/speech_commands/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/examples/speech_commands/BUILD b/tensorflow/examples/speech_commands/BUILD
index 12479211c3..13bca34a86 100644
--- a/tensorflow/examples/speech_commands/BUILD
+++ b/tensorflow/examples/speech_commands/BUILD
@@ -245,15 +245,3 @@ tf_cc_binary(
"//tensorflow/core:protos_all_cc",
],
)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)