aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/channelz_registry.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-18 08:54:35 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-18 08:54:35 -0700
commit2c990387c72c085e646adfdecf277066f22e9b30 (patch)
treef5356b46eda34168ea234ab7632406fede422574 /src/core/lib/channel/channelz_registry.cc
parentf87b9551c232fcc986ede271f496d3812c2b7b80 (diff)
reviewer feedback
Diffstat (limited to 'src/core/lib/channel/channelz_registry.cc')
-rw-r--r--src/core/lib/channel/channelz_registry.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lib/channel/channelz_registry.cc b/src/core/lib/channel/channelz_registry.cc
index 7ca3fc5836..738a56d7c6 100644
--- a/src/core/lib/channel/channelz_registry.cc
+++ b/src/core/lib/channel/channelz_registry.cc
@@ -107,7 +107,6 @@ char* ChannelzRegistry::InternalGetTopChannels(intptr_t start_channel_id) {
grpc_json* channel_json = top_level_channels[i]->RenderJson();
json_iterator =
grpc_json_link_child(array_parent, channel_json, json_iterator);
- channel_json->parent = array_parent;
}
}
// For now we do not have any pagination rules. In the future we could