aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/lb_policy_factory.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-09-13 15:28:09 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-09-13 15:28:09 -0700
commit35c2aba849e0f6852e3538fc488a6a2afec81c09 (patch)
tree2b7e8b0c4de7b28d36afa17022408576a4ea379d /src/core/ext/client_config/lb_policy_factory.h
parent6cc44fcf3ab68d55eadec5590e35b9268cc2d6a6 (diff)
More PR comments.
Mainly, removed all user_data memory management responsibilities from the round robin policy.
Diffstat (limited to 'src/core/ext/client_config/lb_policy_factory.h')
-rw-r--r--src/core/ext/client_config/lb_policy_factory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ext/client_config/lb_policy_factory.h b/src/core/ext/client_config/lb_policy_factory.h
index e1d67633b4..d2d1a0f16e 100644
--- a/src/core/ext/client_config/lb_policy_factory.h
+++ b/src/core/ext/client_config/lb_policy_factory.h
@@ -65,7 +65,6 @@ typedef struct grpc_lb_policy_user_data_vtable {
typedef struct grpc_lb_policy_args {
grpc_lb_address *lb_addresses;
size_t num_addresses;
- grpc_lb_policy_user_data_vtable user_data_vtable;
grpc_client_channel_factory *client_channel_factory;
} grpc_lb_policy_args;