Remove comment.

pull/22168/head
Matthew Stevenson 5 years ago
parent 006980a915
commit 8b072eb7ac
  1. 2
      src/core/lib/security/security_connector/tls/tls_security_connector.cc

@ -67,8 +67,6 @@ grpc_status_code TlsFetchKeyMaterials(
key_materials_config,
const grpc_tls_credentials_options& options, bool is_server,
grpc_ssl_certificate_config_reload_status* status) {
/** Verify that either |key_materials_config| is populated or |options| has a
* credential reload config. **/
GPR_ASSERT(key_materials_config != nullptr);
GPR_ASSERT(status != nullptr);
bool is_key_materials_empty =

Loading…
Cancel
Save