aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-03-30 13:28:56 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-03-30 13:28:56 -0700
commit7c1b5db3bb000a7c69d9d8151c66fecbacce64c3 (patch)
tree29f3f4b62097d3c0b7235e4b1ee89eb6b4023bc1 /grpc.gemspec
parentd536dba4d3234ba28066a31f7a092ce9daa89ec4 (diff)
Convert subchannel_list code to C++.
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 4e309f15a9..1681033529 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -722,7 +722,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c )
s.files += %w( src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc )
- s.files += %w( src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc )
s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc )
s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc )