Skip to content

Commit db8b29d

Browse files
targosRafaelGSS
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 160da87 commit db8b29d

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
@@ -870,7 +870,6 @@ MaybeLocal<Object> X509Certificate::GetPeerCert(Environment* env,
870870
const SSLPointer& ssl,
871871
GetPeerCertificateFlag flag) {
872872
ClearErrorOnReturn clear_error_on_return;
873-
MaybeLocal<Object> maybe_cert;
874873

875874
X509Pointer cert;
876875
if ((flag & GetPeerCertificateFlag::SERVER) ==

0 commit comments

Comments
 (0)