Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03e9495

Browse filesBrowse files
yorkieMyles Borins
authored andcommitted
node: remove unused variables in AppendExceptionLine
PR-URL: #4264 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7983577 commit 03e9495
Copy full SHA for 03e9495

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Open diff view settings
Collapse file

‎src/node.cc‎

Copy file name to clipboardExpand all lines: src/node.cc
-2Lines changed: 0 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.