From b97bfa0b0b8881a54836d2052ea71162c2b4a21e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 3 Apr 2023 10:00:40 +0200 Subject: [PATCH] src: remove unused variable in crypto_x509.cc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/47344 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- src/crypto/crypto_x509.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/crypto_x509.cc b/src/crypto/crypto_x509.cc index 1c208f5d1a4525..20487033218942 100644 --- a/src/crypto/crypto_x509.cc +++ b/src/crypto/crypto_x509.cc @@ -136,7 +136,6 @@ MaybeLocal X509Certificate::GetPeerCert( const SSLPointer& ssl, GetPeerCertificateFlag flag) { ClearErrorOnReturn clear_error_on_return; - Local obj; MaybeLocal maybe_cert; bool is_server =