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 /tools/doxygen/Doxyfile.core.internal | |
parent | 7bd2a627f633f4bc201a279f736cefac399bc607 (diff) |
Remove initial_connect_string hack.
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index ce7e103647..f7d566ed64 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -899,13 +899,10 @@ src/core/ext/client_channel/client_channel_factory.h \ src/core/ext/client_channel/client_channel_plugin.c \ src/core/ext/client_channel/connector.c \ src/core/ext/client_channel/connector.h \ -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_connect_handshaker.h \ src/core/ext/client_channel/http_proxy.c \ src/core/ext/client_channel/http_proxy.h \ -src/core/ext/client_channel/initial_connect_string.c \ -src/core/ext/client_channel/initial_connect_string.h \ src/core/ext/client_channel/lb_policy.c \ src/core/ext/client_channel/lb_policy.h \ src/core/ext/client_channel/lb_policy_factory.c \ |