diff --git a/src/node.cc b/src/node.cc index 1e38c811cdebfc..65afc8c1fe02f2 100644 --- a/src/node.cc +++ b/src/node.cc @@ -1481,8 +1481,6 @@ void AppendExceptionLine(Environment* env, arrow[off + 1] = '\0'; Local arrow_str = String::NewFromUtf8(env->isolate(), arrow); - Local msg; - Local stack; // Allocation failed, just print it out if (arrow_str.IsEmpty() || err_obj.IsEmpty() || !err_obj->IsNativeError())