Skip to content

Commit d3c498b

Browse files
yorkiejasnell
authored andcommitted
node: remove unused variables in AppendExceptionLine
PR-URL: #4264 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c311b61 commit d3c498b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node.cc

-2
Original file line numberDiff line numberDiff line change
@@ -1482,8 +1482,6 @@ void AppendExceptionLine(Environment* env,
14821482
arrow[off + 1] = '\0';
14831483

14841484
Local<String> arrow_str = String::NewFromUtf8(env->isolate(), arrow);
1485-
Local<Value> msg;
1486-
Local<Value> stack;
14871485

14881486
// Allocation failed, just print it out
14891487
if (arrow_str.IsEmpty() || err_obj.IsEmpty() || !err_obj->IsNativeError())

0 commit comments

Comments
 (0)