]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
define _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676)
[wxWidgets.git] / src / common / appbase.cpp
index 8d223f8da074d8afa2801d7de8d5f73d648c5557..07732a2d9debfc9970fb42f6a7b206c772338f12 100644 (file)
@@ -711,12 +711,6 @@ static wxString GetAssertStackTrace()
 {
     wxString stackTrace;
 
-#if wxUSE_DBGHELP
-    // check that we can get the stack trace before trying to do it
-    if ( !wxDbgHelpDLL::Init() )
-        return stackTrace;
-#endif
-    
     class StackDump : public wxStackWalker
     {
     public: