aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-02-07 17:07:16 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2018-02-07 17:07:16 -0800
commita68a11e4a0efee22f44dae5c4d3ff87715e37fc4 (patch)
tree2bf67cd9aa440fe5bda63c20b12489fb4c090466 /src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
parent20331706e27abb2554e70df1ce9e58e049808f12 (diff)
PR comments
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy/subchannel_list.h')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/subchannel_list.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h b/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
index 3377605263..91537f3afe 100644
--- a/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
+++ b/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
@@ -101,8 +101,6 @@ struct grpc_lb_subchannel_list {
size_t num_ready;
/** how many subchannels are in state TRANSIENT_FAILURE */
size_t num_transient_failures;
- /** how many subchannels are in state SHUTDOWN */
- size_t num_shutdown;
/** how many subchannels are in state IDLE */
size_t num_idle;