Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove unused local variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Apr 25, 2012
1 parent df6c12c commit 5648d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.cc
Expand Up @@ -1280,7 +1280,6 @@ void DisplayExceptionLine (TryCatch &try_catch) {

static void ReportException(TryCatch &try_catch, bool show_line) {
HandleScope scope;
Handle<Message> message = try_catch.Message();

if (show_line) DisplayExceptionLine(try_catch);

Expand Down

0 comments on commit 5648d95

Please sign in to comment.