From 1a4890705d3efbd5496bc5a0967ada72c1b7af25 Mon Sep 17 00:00:00 2001 From: yang-g Date: Wed, 19 Jul 2017 10:52:29 -0700 Subject: [PATCH] format code --- src/core/ext/filters/client_channel/subchannel_index.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/ext/filters/client_channel/subchannel_index.c b/src/core/ext/filters/client_channel/subchannel_index.c index 15e42980af0..ababd05d842 100644 --- a/src/core/ext/filters/client_channel/subchannel_index.c +++ b/src/core/ext/filters/client_channel/subchannel_index.c @@ -187,7 +187,6 @@ grpc_subchannel *grpc_subchannel_index_register(grpc_exec_ctx *exec_ctx, gpr_avl_unref(index, exec_ctx); } - if (need_to_unref_constructed) { GRPC_SUBCHANNEL_UNREF(exec_ctx, constructed, "index_register"); }