From 111eca6c4325e7a3dda83985955a3764e7080bb6 Mon Sep 17 00:00:00 2001 From: Yifei Feng <1192265+yifeif@users.noreply.github.com> Date: Mon, 2 Jul 2018 10:34:54 -0700 Subject: Removing duplicate grpc targets --- tensorflow/BUILD | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tensorflow/BUILD') 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 -- cgit v1.2.3