aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/profiler
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/python/profiler
parent789e442513e85ab1caeb1e03997b0aafa3cd76d7 (diff)
Remove all_opensource_files. It's not needed any more.
PiperOrigin-RevId: 190878279
Diffstat (limited to 'tensorflow/python/profiler')
-rw-r--r--tensorflow/python/profiler/BUILD15
-rw-r--r--tensorflow/python/profiler/internal/BUILD15
2 files changed, 0 insertions, 30 deletions
diff --git a/tensorflow/python/profiler/BUILD b/tensorflow/python/profiler/BUILD
index c815aad0a0..0654104a34 100644
--- a/tensorflow/python/profiler/BUILD
+++ b/tensorflow/python/profiler/BUILD
@@ -156,18 +156,3 @@ py_test(
"@com_google_pprof//:pprof_proto_py",
],
)
-
-# -----------------------------------------------------------------------------
-# Google-internal targets. These must be at the end for syncrepo.
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)
diff --git a/tensorflow/python/profiler/internal/BUILD b/tensorflow/python/profiler/internal/BUILD
index 362a1c49e6..994206cd63 100644
--- a/tensorflow/python/profiler/internal/BUILD
+++ b/tensorflow/python/profiler/internal/BUILD
@@ -70,18 +70,3 @@ cuda_py_test(
"no_pip",
],
)
-
-# -----------------------------------------------------------------------------
-# Google-internal targets. These must be at the end for syncrepo.
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
- visibility = ["//tensorflow:__subpackages__"],
-)