diff options
author | Sree Kuchibhotla <sreek@google.com> | 2017-03-22 13:00:18 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2017-03-22 13:00:18 -0700 |
commit | 12081c0304666f770985388e9805a6285cf2c09f (patch) | |
tree | a8917834b1f023323a12573235a25f00c76f5539 /gRPC-Core.podspec | |
parent | 8d8bb7a51557b0ce61ad79324bc5cb538918f6ac (diff) | |
parent | e414d6cf00bddd50054c0e869091159331736da4 (diff) |
Merge branch 'cq_create_api_changes' into cq_create_api_changes_with_factory
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r-- | gRPC-Core.podspec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index 4f404ba5b4..4088a04d57 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -413,7 +413,6 @@ Pod::Spec.new do |s| 'src/core/ext/client_channel/connector.h', 'src/core/ext/client_channel/http_connect_handshaker.h', 'src/core/ext/client_channel/http_proxy.h', - 'src/core/ext/client_channel/initial_connect_string.h', 'src/core/ext/client_channel/lb_policy.h', 'src/core/ext/client_channel/lb_policy_factory.h', 'src/core/ext/client_channel/lb_policy_registry.h', @@ -634,10 +633,8 @@ Pod::Spec.new do |s| 'src/core/ext/client_channel/client_channel_factory.c', 'src/core/ext/client_channel/client_channel_plugin.c', 'src/core/ext/client_channel/connector.c', - 'src/core/ext/client_channel/default_initial_connect_string.c', 'src/core/ext/client_channel/http_connect_handshaker.c', 'src/core/ext/client_channel/http_proxy.c', - 'src/core/ext/client_channel/initial_connect_string.c', 'src/core/ext/client_channel/lb_policy.c', 'src/core/ext/client_channel/lb_policy_factory.c', 'src/core/ext/client_channel/lb_policy_registry.c', @@ -857,7 +854,6 @@ Pod::Spec.new do |s| 'src/core/ext/client_channel/connector.h', 'src/core/ext/client_channel/http_connect_handshaker.h', 'src/core/ext/client_channel/http_proxy.h', - 'src/core/ext/client_channel/initial_connect_string.h', 'src/core/ext/client_channel/lb_policy.h', 'src/core/ext/client_channel/lb_policy_factory.h', 'src/core/ext/client_channel/lb_policy_registry.h', |