aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-05-01 13:16:58 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2017-05-01 13:25:56 -0700
commit4e9bef0f1ef7f20ad2806a56248ee4752a728fcf (patch)
tree7a6e5f930344f7aabdc716574ddc2bda4f59dcb9 /BUILD
parent6626a86923aaebae86aeeba151c99ed3089d02fc (diff)
Remove leftover thrift mentions
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/BUILD b/BUILD
index 0339c87c1c..7b9e92e29f 100644
--- a/BUILD
+++ b/BUILD
@@ -1404,18 +1404,6 @@ grpc_cc_library(
)
grpc_cc_library(
- name = "thrift_util",
- language = "c++",
- public_hdrs = [
- "include/grpc++/impl/codegen/thrift_serializer.h",
- "include/grpc++/impl/codegen/thrift_utils.h",
- ],
- deps = [
- "grpc++_codegen_base",
- ],
-)
-
-grpc_cc_library(
name = "grpc++_reflection",
srcs = [
"src/cpp/ext/proto_server_reflection.cc",