aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
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