Browse Source

Minor fix

Hope Casey-Allen 6 years ago
parent
commit
a240860008
1 changed files with 0 additions and 5 deletions
  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.