Skip to content

Commit bbde68e

Browse files
targosRafaelGSS
authored andcommitted
src: remove unused variable in crypto_x509.cc
PR-URL: #47344 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9c975f7 commit bbde68e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/crypto/crypto_x509.cc

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ MaybeLocal<Object> X509Certificate::GetPeerCert(
136136
const SSLPointer& ssl,
137137
GetPeerCertificateFlag flag) {
138138
ClearErrorOnReturn clear_error_on_return;
139-
Local<Object> obj;
140139
MaybeLocal<Object> maybe_cert;
141140

142141
bool is_server =

0 commit comments

Comments
 (0)