diff --git a/src/node.cc b/src/node.cc index 4537a205a3..5388a845ac 100644 --- a/src/node.cc +++ b/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 = try_catch.Message(); if (show_line) DisplayExceptionLine(try_catch);