aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Yifei Feng <1192265+yifeif@users.noreply.github.com>2018-07-02 10:34:54 -0700
committerGravatar GitHub <noreply@github.com>2018-07-02 10:34:54 -0700
commit111eca6c4325e7a3dda83985955a3764e7080bb6 (patch)
treebba6150c2e16d5e78f289c8a93909fa642ef5b45 /tensorflow/BUILD
parentb1e54be5fbcba6aff147f16cead9f5eae9342028 (diff)
Removing duplicate grpc targets
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD16
1 files changed, 0 insertions, 16 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index fb96738e33..6129fd0434 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -438,22 +438,6 @@ filegroup(
data = glob(["docs_src/**/*.md"]),
)
-cc_library(
- name = "grpc",
- deps = select({
- ":linux_s390x": ["@grpc//:grpc_unsecure"],
- "//conditions:default": ["@grpc"],
- }),
-)
-
-cc_library(
- name = "grpc++",
- deps = select({
- ":linux_s390x": ["@grpc//:grpc++_unsecure"],
- "//conditions:default": ["@grpc//:grpc++"],
- }),
-)
-
# A shared object which includes registration mechanisms for ops and
# kernels. Does not include the implementations of any ops or kernels. Instead,
# the library which loads libtensorflow_framework.so