aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-08 07:25:20 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-08 07:30:12 -0700
commit1d68f729b9f62b50a407cd6a99bfa57be494f260 (patch)
tree705c39d2d003293bc820116cd73a4bfac1e472e2 /tensorflow/cc/BUILD
parent3a2971bd8e2277bd6a32bd222852952b57b11fc4 (diff)
Remove unneeded BUILD dependency
PiperOrigin-RevId: 158391996
Diffstat (limited to 'tensorflow/cc/BUILD')
-rw-r--r--tensorflow/cc/BUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD
index 71f375d048..fbc96685c8 100644
--- a/tensorflow/cc/BUILD
+++ b/tensorflow/cc/BUILD
@@ -454,7 +454,6 @@ cc_library(
":client_session",
":ops",
":scope",
- "//tensorflow/core:all_kernels",
"//tensorflow/core:core_cpu",
"//tensorflow/core:lib_internal",
"//tensorflow/core:tensorflow",
@@ -479,7 +478,7 @@ cc_binary(
],
deps = [
":cc_ops",
- "//tensorflow/core:all_kernels",
+ "//tensorflow/core:all_kernels", # buildcleaner: keep
"//tensorflow/core:core_cpu",
"//tensorflow/core:framework",
"//tensorflow/core:lib",