aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface/channel_init.c')
-rw-r--r--src/core/surface/channel_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/surface/channel_init.c b/src/core/surface/channel_init.c
index 538be84696..ac962f3972 100644
--- a/src/core/surface/channel_init.c
+++ b/src/core/surface/channel_init.c
@@ -112,8 +112,6 @@ static const char *name_for_type(grpc_channel_stack_type type) {
return "CLIENT_SUBCHANNEL";
case GRPC_SERVER_CHANNEL:
return "SERVER_CHANNEL";
- case GRPC_CLIENT_UCHANNEL:
- return "CLIENT_UCHANNEL";
case GRPC_CLIENT_LAME_CHANNEL:
return "CLIENT_LAME_CHANNEL";
case GRPC_CLIENT_DIRECT_CHANNEL: