[Error] Remove a broken code fragment accidentally included in 76bcbaafab2.
authorLang Hames <lhames@gmail.com>
Thu, 21 Nov 2019 01:50:22 +0000 (17:50 -0800)
committerLang Hames <lhames@gmail.com>
Thu, 21 Nov 2019 01:50:22 +0000 (17:50 -0800)
llvm/lib/Support/Error.cpp

index 27e0a49..315a11e 100644 (file)
@@ -10,7 +10,6 @@
 #include "llvm/ADT/Twine.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/ManagedStatic.h"
-#include "llvm/Support/Signals.h"
 #include <system_error>
 
 using namespace llvm;
@@ -110,7 +109,6 @@ void Error::fatalUncheckedError() const {
   }else
     dbgs() << "Error value was Success. (Note: Success values must still be "
               "checked prior to being destroyed).\n";
-  PrintStackTrace();
   abort();
 }
 #endif