aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/PrettyStackTrace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/PrettyStackTrace.cpp')
-rw-r--r--lib/Support/PrettyStackTrace.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/PrettyStackTrace.cpp b/lib/Support/PrettyStackTrace.cpp
index 77ae5844ce..c111c5e6be 100644
--- a/lib/Support/PrettyStackTrace.cpp
+++ b/lib/Support/PrettyStackTrace.cpp
@@ -68,7 +68,6 @@ static void CrashHandler(void *Cookie) {
if (!TmpStr.empty()) {
__crashreporter_info__ = strdup(TmpStr.c_str());
errs() << __crashreporter_info__;
- errs().flush();
}
#endif