Skip to content

Commit

Permalink
src: remove unused variable in crypto_x509.cc
Browse files Browse the repository at this point in the history
PR-URL: #47344
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
targos authored and RafaelGSS committed Apr 8, 2023
1 parent 9c975f7 commit bbde68e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crypto/crypto_x509.cc
Expand Up @@ -136,7 +136,6 @@ MaybeLocal<Object> X509Certificate::GetPeerCert(
const SSLPointer& ssl,
GetPeerCertificateFlag flag) {
ClearErrorOnReturn clear_error_on_return;
Local<Object> obj;
MaybeLocal<Object> maybe_cert;

bool is_server =
Expand Down

0 comments on commit bbde68e

Please sign in to comment.