Comment out unused-parameter

pull/21578/head
Vijay Pai 5 years ago committed by GitHub
parent ce9e6eeded
commit 867d5f8052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/filters/client_channel/xds/xds_client.cc

@ -1301,7 +1301,7 @@ void XdsClient::WatchClusterData(
w->OnClusterChanged(std::move(update));
}
void XdsClient::CancelClusterDataWatch(StringView cluster,
void XdsClient::CancelClusterDataWatch(StringView /*cluster*/,
ClusterWatcherInterface* watcher) {
auto it = cluster_state_.cluster_watchers.find(watcher);
if (it != cluster_state_.cluster_watchers.end()) {

Loading…
Cancel
Save