aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/saved_model/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/saved_model/BUILD')
-rw-r--r--tensorflow/python/saved_model/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/python/saved_model/BUILD b/tensorflow/python/saved_model/BUILD
index 30e0a099d8..2609a5d222 100644
--- a/tensorflow/python/saved_model/BUILD
+++ b/tensorflow/python/saved_model/BUILD
@@ -235,15 +235,3 @@ py_test(
# -----------------------------------------------------------------------------
# Google-internal targets. These must be at the end for syncrepo.
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)