aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/channel.h')
-rw-r--r--src/core/surface/channel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/surface/channel.h b/src/core/surface/channel.h
index 58fa91e976..516c0ac559 100644
--- a/src/core/surface/channel.h
+++ b/src/core/surface/channel.h
@@ -44,11 +44,6 @@ grpc_channel *grpc_channel_create_from_filters(
/** Get a (borrowed) pointer to this channels underlying channel stack */
grpc_channel_stack *grpc_channel_get_channel_stack(grpc_channel *channel);
-/** Get a (borrowed) pointer to this channels subchannel factory (if it exists)
- */
-grpc_subchannel_factory *grpc_channel_get_subchannel_factory(
- grpc_channel *channel);
-
/** Get a (borrowed) pointer to the channel wide metadata context */
grpc_mdctx *grpc_channel_get_metadata_context(grpc_channel *channel);