mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
src: remove unused variable in crypto_x509.cc
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user