Skip to content

Commit d582954

Browse files
targosmarco-ippolito
authored andcommitted
src: remove unused variable in crypto_x509.cc
PR-URL: #57754 Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 71c664f commit d582954

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
@@ -147,7 +147,6 @@ MaybeLocal<Object> X509Certificate::GetPeerCert(
147147
const SSLPointer& ssl,
148148
GetPeerCertificateFlag flag) {
149149
ClearErrorOnReturn clear_error_on_return;
150-
MaybeLocal<Object> maybe_cert;
151150

152151
bool is_server =
153152
static_cast<int>(flag) & static_cast<int>(GetPeerCertificateFlag::SERVER);

0 commit comments

Comments
 (0)