Browse Source

Remove unused local variable.

v0.9.1-release
Ben Noordhuis 13 years ago
parent
commit
5648d95c4a
  1. 1
      src/node.cc

1
src/node.cc

@ -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);

Loading…
Cancel
Save