Now that errs() is properly non-buffered, there's no need to
[oota-llvm.git] / lib / Support / PrettyStackTrace.cpp
index 77ae5844ce88ac014a1c573cace6f1a6a4111142..c111c5e6be24e0ec1c8b104bbc3f5cc46e0ec532 100644 (file)
@@ -68,7 +68,6 @@ static void CrashHandler(void *Cookie) {
   if (!TmpStr.empty()) {
     __crashreporter_info__ = strdup(TmpStr.c_str());
     errs() << __crashreporter_info__;
-    errs().flush();
   }
   
 #endif