aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/get_started/regression/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/get_started/regression/BUILD')
-rw-r--r--tensorflow/examples/get_started/regression/BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/tensorflow/examples/get_started/regression/BUILD b/tensorflow/examples/get_started/regression/BUILD
index 577b970c90..bee94d7d90 100644
--- a/tensorflow/examples/get_started/regression/BUILD
+++ b/tensorflow/examples/get_started/regression/BUILD
@@ -2,18 +2,6 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)
-
py_test(
name = "test",
size = "medium",