X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40ba2f3bcd84b58d4506a7165968c3ad8742ccfc..030f50ef4af13a1a13f476e22e60616a3d20d75f:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 8d223f8da0..07732a2d9d 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -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: