XdsApi cleanup: Remove unused field (#27664)

pull/27674/head
Yash Tibrewal 3 years ago committed by GitHub
parent a1db97be90
commit 5e69ded6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/xds/xds_api.h

@ -301,7 +301,7 @@ class XdsApi {
}
std::string ToString() const;
} filter_chain_data;
};
// A multi-level map used to determine which filter chain to use for a given
// incoming connection. Determining the right filter chain for a given

Loading…
Cancel
Save