Skip to content

Commit c0f031c

Browse files
committed
src: remove unused variable
PR-URL: #26879 Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a7a8714 commit c0f031c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/js_native_api_v8.cc‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,6 @@ static inline napi_status set_error_code(napi_env env,
15131513
napi_value code,
15141514
constchar* code_cstring){
15151515
if ((code != nullptr) || (code_cstring != nullptr)){
1516-
v8::Isolate* isolate = env->isolate;
15171516
v8::Local<v8::Context> context = env->context();
15181517
v8::Local<v8::Object> err_object = error.As<v8::Object>();
15191518

0 commit comments

Comments
(0)