diff options
author | Muxi Yan <mxyan@google.com> | 2018-02-06 18:12:51 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2018-02-06 18:17:42 -0800 |
commit | 99f1a8f46723be31ac1de5962bc6e21ff0a560e0 (patch) | |
tree | 307062d7f39bf583847f22580ac6fa32f14b54ea /BUILD | |
parent | 931f68ec56fe0511ecd9480a217d6025edd34f9f (diff) |
Remove compression_ruby
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -93,7 +93,6 @@ GRPC_PUBLIC_HDRS = [ "include/grpc/byte_buffer.h", "include/grpc/byte_buffer_reader.h", "include/grpc/compression.h", - "include/grpc/compression_ruby.h", "include/grpc/fork.h", "include/grpc/grpc.h", "include/grpc/grpc_posix.h", @@ -639,7 +638,6 @@ grpc_cc_library( "src/core/lib/channel/handshaker_registry.cc", "src/core/lib/compression/compression.cc", "src/core/lib/compression/compression_internal.cc", - "src/core/lib/compression/compression_ruby.cc", "src/core/lib/compression/message_compress.cc", "src/core/lib/compression/stream_compression.cc", "src/core/lib/compression/stream_compression_gzip.cc", |