aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2017-03-22 08:14:06 -0700
committerGravatar GitHub <noreply@github.com>2017-03-22 08:14:06 -0700
commit5c42af696daaab38f31886df7e7b374ea6431470 (patch)
tree9845a4924e488bee457e9349c845384da43e3266 /grpc.gemspec
parent1855710c714f2bee978f82a7d97f51a5945c3814 (diff)
parentf7c2cd274efc143549028b40e2b6e6be8d260b76 (diff)
Merge pull request #9655 from markdroth/remove_initial_connect_string
Remove initial_connect_string hack.
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec3
1 files changed, 0 insertions, 3 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 61345695ac..8074df266c 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -329,7 +329,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/client_channel/connector.h )
s.files += %w( src/core/ext/client_channel/http_connect_handshaker.h )
s.files += %w( src/core/ext/client_channel/http_proxy.h )
- s.files += %w( src/core/ext/client_channel/initial_connect_string.h )
s.files += %w( src/core/ext/client_channel/lb_policy.h )
s.files += %w( src/core/ext/client_channel/lb_policy_factory.h )
s.files += %w( src/core/ext/client_channel/lb_policy_registry.h )
@@ -549,10 +548,8 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/client_channel/client_channel_factory.c )
s.files += %w( src/core/ext/client_channel/client_channel_plugin.c )
s.files += %w( src/core/ext/client_channel/connector.c )
- s.files += %w( src/core/ext/client_channel/default_initial_connect_string.c )
s.files += %w( src/core/ext/client_channel/http_connect_handshaker.c )
s.files += %w( src/core/ext/client_channel/http_proxy.c )
- s.files += %w( src/core/ext/client_channel/initial_connect_string.c )
s.files += %w( src/core/ext/client_channel/lb_policy.c )
s.files += %w( src/core/ext/client_channel/lb_policy_factory.c )
s.files += %w( src/core/ext/client_channel/lb_policy_registry.c )