Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Feb 8, 2024
1 parent d16409a commit 2a5352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/util/tls_test_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bool AsyncCertificateVerifier::Verify(
}

void AsyncCertificateVerifier::Cancel(
TlsCustomVerificationCheckRequest* request, const absl::Status& status) {
TlsCustomVerificationCheckRequest*, const absl::Status& status) {
*status_from_cancellation_ = status;
}

Expand Down

0 comments on commit 2a5352c

Please sign in to comment.