소스 검색

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.