diff options
author | David Garcia Quintas <dgq@google.com> | 2017-05-01 13:16:58 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-05-01 13:25:56 -0700 |
commit | 4e9bef0f1ef7f20ad2806a56248ee4752a728fcf (patch) | |
tree | 7a6e5f930344f7aabdc716574ddc2bda4f59dcb9 /BUILD | |
parent | 6626a86923aaebae86aeeba151c99ed3089d02fc (diff) |
Remove leftover thrift mentions
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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", |