We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c664f commit d582954Copy full SHA for d582954
src/crypto/crypto_x509.cc
@@ -147,7 +147,6 @@ MaybeLocal<Object> X509Certificate::GetPeerCert(
147
const SSLPointer& ssl,
148
GetPeerCertificateFlag flag) {
149
ClearErrorOnReturn clear_error_on_return;
150
- MaybeLocal<Object> maybe_cert;
151
152
bool is_server =
153
static_cast<int>(flag) & static_cast<int>(GetPeerCertificateFlag::SERVER);
0 commit comments