]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Remove unused NO_SORT constant.
[wxWidgets.git] / src / common / appcmn.cpp
index ca3c6fdc7504c616cd67a079c5522643e774e2e4..003debce41f173b30e88e8c89fb67c14182cc4b6 100644 (file)
@@ -465,11 +465,6 @@ bool wxGUIAppTraitsBase::ShowAssertDialog(const wxString& msg)
         wxString msgDlg = msg;
 
 #if wxUSE_STACKWALKER
-        // on Unix stack frame generation may take some time, depending on the
-        // size of the executable mainly... warn the user that we are working
-        wxFprintf(stderr, wxT("[Debug] Generating a stack trace... please wait"));
-        fflush(stderr);
-
         const wxString stackTrace = GetAssertStackTrace();
         if ( !stackTrace.empty() )
             msgDlg << wxT("\n\nCall stack:\n") << stackTrace;