src: remove unused variable · nodejs/node@c0f031c (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit c0f031c

src: remove unused variable

PR-URL: #26879Reviewed-By: Yongsheng Zhang zyszys98@gmail.com Reviewed-By: Michaël Zasso targos@protonmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -1513,7 +1513,6 @@ static inline napi_status set_error_code(napi_env env,
1513 1513 napi_value code,
1514 1514 const char* code_cstring) {
1515 1515 if ((code != nullptr) |
1516 - v8::Isolate* isolate = env->isolate;
1517 1516 v8::Localv8::Context context = env->context();
1518 1517 v8::Localv8::Object err_object = error.Asv8::Object();
1519 1518