Skip to content

Commit 0fcb8b1

Browse files
bnoordhuisaddaleax
authored andcommitted
src: remove unused Local
PR-URL: #14122 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent db65422 commit 0fcb8b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_crypto.cc

-1
Original file line numberDiff line numberDiff line change
@@ -3648,7 +3648,6 @@ void CipherBase::Final(const FunctionCallbackInfo<Value>& args) {
36483648

36493649
unsigned char* out_value = nullptr;
36503650
int out_len = -1;
3651-
Local<Value> outString;
36523651

36533652
// Check IsAuthenticatedMode() first, Final() destroys the EVP_CIPHER_CTX.
36543653
const bool is_auth_mode = cipher->IsAuthenticatedMode();

0 commit comments

Comments
 (0)