aboutsummaryrefslogtreecommitdiff
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorCraig Tiller <ctiller@google.com>2023-10-18 13:13:23 -0700
committerGitHub <noreply@github.com>2023-10-18 13:13:23 -0700
commita0c1027bb3da36bfa5d3eb2630fd62dd79d41608 (patch)
tree2196fcc2330e3ead195b31c13d6acb9f36eba4d2 /grpc.gemspec
parent6d741ca724c98e72f51804d4d9ea9cd64b5db4a1 (diff)
downloadgrpc-grpc-a0c1027bb3da36bfa5d3eb2630fd62dd79d41608.tar.gz
[transport] Move transport interface to C++ (#34618)
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index d59295177e..4c22c77020 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -1724,7 +1724,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/transport/transport.cc )
s.files += %w( src/core/lib/transport/transport.h )
s.files += %w( src/core/lib/transport/transport_fwd.h )
- s.files += %w( src/core/lib/transport/transport_impl.h )
s.files += %w( src/core/lib/transport/transport_op_string.cc )
s.files += %w( src/core/lib/uri/uri_parser.cc )
s.files += %w( src/core/lib/uri/uri_parser.h )