aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy.h
diff options
context:
space:
mode:
authorGravatar Juanli Shen <juanlishen@google.com>2018-02-06 17:03:53 -0800
committerGravatar Juanli Shen <juanlishen@google.com>2018-02-06 17:03:53 -0800
commit33cdd57ab79b3f2d1dce828fa2e0dada2e27fb37 (patch)
tree51a2ce1aba5b388c6595cc4ca8962f1540f0f62d /src/core/ext/filters/client_channel/lb_policy.h
parente17592c929e5dd4e7dc9b4bb9545fe9820edf9f0 (diff)
grpclb in charge of its re-resolution
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy.h')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy.h b/src/core/ext/filters/client_channel/lb_policy.h
index 30660cb83d..6edd314d5e 100644
--- a/src/core/ext/filters/client_channel/lb_policy.h
+++ b/src/core/ext/filters/client_channel/lb_policy.h
@@ -107,10 +107,6 @@ struct grpc_lb_policy_vtable {
void (*update_locked)(grpc_lb_policy* policy,
const grpc_lb_policy_args* args);
-
- /** \see grpc_lb_policy_set_reresolve_closure */
- void (*set_reresolve_closure_locked)(grpc_lb_policy* policy,
- grpc_closure* request_reresolution);
};
#ifndef NDEBUG