Skip to content

Commit a7f1c42

Browse files
committed
src: remove unused variable in crypto_x509.cc
1 parent e739559 commit a7f1c42

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)