★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/c0f031c5bdNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
src: remove unused variable
PR-URL: #26879
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
cjihrig committed Mar 23, 2019
1 parent a7a8714 commit c0f031c5bd6dafa2e7a3163d796b566472efc50a
Showing with 0 additions and 1 deletion.
  1. +0 −1 src/js_native_api_v8.cc
@@ -1513,7 +1513,6 @@ static inline napi_status set_error_code(napi_env env,
napi_value code,
const char* code_cstring) {
if ((code != nullptr) || (code_cstring != nullptr)) {
v8::Isolate* isolate = env->isolate;
v8::Local<v8::Context> context = env->context();
v8::Local<v8::Object> err_object = error.As<v8::Object>();

0 comments on commit c0f031c

Please sign in to comment.