Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Feb 10, 2025
1 parent 54084ac commit 2442f61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/core/xds/xds_client/xds_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,6 @@ void XdsClient::XdsChannel::Orphaned() ABSL_NO_THREAD_SAFETY_ANALYSIS {

void XdsClient::XdsChannel::ResetBackoff() { transport_->ResetBackoff(); }

XdsClient::XdsChannel::AdsCall* XdsClient::XdsChannel::ads_call() const {
if (ads_call_ == nullptr) return nullptr;
return ads_call_->call();
}

void XdsClient::XdsChannel::SubscribeLocked(const XdsResourceType* type,
const XdsResourceName& name) {
if (ads_call_ == nullptr) {
Expand Down
1 change: 0 additions & 1 deletion src/core/xds/xds_client/xds_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ class XdsClient : public DualRefCounted<XdsClient> {
~XdsChannel() override;

XdsClient* xds_client() const { return xds_client_.get(); }
AdsCall* ads_call() const;

void ResetBackoff();

Expand Down

0 comments on commit 2442f61

Please sign in to comment.