Skip to content

Commit f004ccc

Browse files
targosmarco-ippolito
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 5fc632f commit f004ccc

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)