no need to check dbghelp DLL initialization in GetAssertStackTrace() explicitly any more now that wxStackWalker doesn't log an error if it failed to do it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b3a6d2694c
commit
fe856cc55b
1 changed files with 0 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue