瀏覽代碼

Minor fix

Hope Casey-Allen 6 年之前
父節點
當前提交
a240860008
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/core/ext/filters/client_channel/client_channel_channelz.h

+ 0 - 5
src/core/ext/filters/client_channel/client_channel_channelz.h

@@ -51,11 +51,6 @@ class SubchannelNode : public BaseNode {
   // longer associated with this subchannel.
   void SetChildSocketUuid(intptr_t uuid);
 
-  void MarkSubchannelDestroyed() {
-    GPR_ASSERT(subchannel_ != nullptr);
-    subchannel_ = nullptr;
-  }
-
   grpc_json* RenderJson() override;
 
   // proxy methods to composed classes.