Skip to content

Commit bec053a

Browse files
targosaduh95
authored andcommitted
src: remove unused variable in crypto_x509.cc
PR-URL: #57754 Reviewed-By: Tim Perry <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 9722756 commit bec053a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crypto/crypto_x509.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,6 @@ MaybeLocal<Object> X509Certificate::GetPeerCert(Environment* env,
918918
const SSLPointer& ssl,
919919
GetPeerCertificateFlag flag) {
920920
ClearErrorOnReturn clear_error_on_return;
921-
MaybeLocal<Object> maybe_cert;
922921

923922
X509Pointer cert;
924923
if ((flag & GetPeerCertificateFlag::SERVER) ==

0 commit comments

Comments
 (0)