diff options
author | Mark D. Roth <roth@google.com> | 2017-02-09 09:40:07 -0800 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-02-09 09:40:07 -0800 |
commit | 1dcd922ce65a00892e0815262b8446af06ad882b (patch) | |
tree | 891de0d43e4140c6873f0131174c054b224a448b /BUILD | |
parent | 7bd2a627f633f4bc201a279f736cefac399bc607 (diff) |
Remove initial_connect_string hack.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -677,10 +677,8 @@ grpc_cc_library( "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", @@ -700,7 +698,6 @@ grpc_cc_library( "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", |