aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/subchannel.h
diff options
context:
space:
mode:
authorGravatar Juanli Shen <aspirinsjl@gmail.com>2019-01-07 20:11:40 -0800
committerGravatar GitHub <noreply@github.com>2019-01-07 20:11:40 -0800
commit778be1186520e007980b7d113b23207301caef29 (patch)
tree74e2e8e6a8e9e88c3bb5388765f0afee870468d8 /src/core/ext/filters/client_channel/subchannel.h
parent8dcda4dc36aa4e4d3a4c46023f6470b4c1ec7bca (diff)
parent03431b4f696387e34d6c438069a42ce56e269f04 (diff)
Merge pull request #17629 from AspirinSJL/clean_sc_args
Remove filters from subchannel args
Diffstat (limited to 'src/core/ext/filters/client_channel/subchannel.h')
-rw-r--r--src/core/ext/filters/client_channel/subchannel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/ext/filters/client_channel/subchannel.h b/src/core/ext/filters/client_channel/subchannel.h
index 14f87f2c68..d0c0a672fa 100644
--- a/src/core/ext/filters/client_channel/subchannel.h
+++ b/src/core/ext/filters/client_channel/subchannel.h
@@ -189,11 +189,6 @@ grpc_call_stack* grpc_subchannel_call_get_call_stack(
struct grpc_subchannel_args {
/* When updating this struct, also update subchannel_index.c */
- /** Channel filters for this channel - wrapped factories will likely
- want to mutate this */
- const grpc_channel_filter** filters;
- /** The number of filters in the above array */
- size_t filter_count;
/** Channel arguments to be supplied to the newly created channel */
const grpc_channel_args* args;
};