diff options
author | Yuchen Zeng <zyc@google.com> | 2016-08-24 16:41:12 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-08-24 16:41:12 -0700 |
commit | 0056531355a085be48418abc2ec1c5540ab3bfc0 (patch) | |
tree | 6267b7799e720485873fe6d9fd7b93c20b563321 /src/core/ext/client_config/client_channel.c | |
parent | 6eb83cc23635997a9beda63e171bf1b6ce50c920 (diff) |
clean up
Diffstat (limited to 'src/core/ext/client_config/client_channel.c')
-rw-r--r-- | src/core/ext/client_config/client_channel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ext/client_config/client_channel.c b/src/core/ext/client_config/client_channel.c index 2977639db7..2d5c995315 100644 --- a/src/core/ext/client_config/client_channel.c +++ b/src/core/ext/client_config/client_channel.c @@ -411,8 +411,6 @@ static int cc_pick_subchannel(grpc_exec_ctx *exec_ctx, void *elemp, if (chand->resolver != NULL && !chand->started_resolving) { chand->started_resolving = 1; GRPC_CHANNEL_STACK_REF(chand->owning_stack, "resolver"); - // grpc_polling_entity_add_to_pollset_set(exec_ctx, calld->pollent, - // chand->interested_parties); grpc_resolver_next(exec_ctx, chand->resolver, calld->pollent, &chand->incoming_configuration, &chand->on_config_changed); |