diff --git a/src/node_crypto.cc b/src/node_crypto.cc index bd048b5d20149a..fb5e8fd65b7a3b 100644 --- a/src/node_crypto.cc +++ b/src/node_crypto.cc @@ -3648,7 +3648,6 @@ void CipherBase::Final(const FunctionCallbackInfo& args) { unsigned char* out_value = nullptr; int out_len = -1; - Local outString; // Check IsAuthenticatedMode() first, Final() destroys the EVP_CIPHER_CTX. const bool is_auth_mode = cipher->IsAuthenticatedMode();