Skip to content

Commit 03e9495

Browse files
yorkieMyles Borins
authored and
Myles Borins
committed
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 7983577 commit 03e9495

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
@@ -1481,8 +1481,6 @@ void AppendExceptionLine(Environment* env,
14811481
arrow[off + 1] = '\0';
14821482

14831483
Local<String> arrow_str = String::NewFromUtf8(env->isolate(), arrow);
1484-
Local<Value> msg;
1485-
Local<Value> stack;
14861484

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

0 commit comments

Comments
 (0)