pull/28649/head^2
Yash Tibrewal 3 years ago committed by GitHub
parent 9f1663fb74
commit faa07774da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/core/lib/security/security_connector/security_connector.cc

@ -54,14 +54,6 @@ grpc_channel_security_connector::grpc_channel_security_connector(
grpc_channel_security_connector::~grpc_channel_security_connector() {}
int grpc_security_connector_cmp(const grpc_security_connector* sc,
const grpc_security_connector* other) {
if (sc == nullptr || other == nullptr) {
return grpc_core::QsortCompare(sc, other);
}
return sc->cmp(other);
}
int grpc_channel_security_connector::channel_security_connector_cmp(
const grpc_channel_security_connector* other) const {
const grpc_channel_security_connector* other_sc =

Loading…
Cancel
Save