diff --git a/src/common/debugrpt.cpp b/src/common/debugrpt.cpp index 2428d18213..b52f6780b3 100644 --- a/src/common/debugrpt.cpp +++ b/src/common/debugrpt.cpp @@ -80,8 +80,6 @@ protected: bool m_isOk; }; -#endif // wxUSE_STACKWALKER - // ---------------------------------------------------------------------------- // local functions // ---------------------------------------------------------------------------- @@ -116,8 +114,6 @@ HexElement(wxXmlNode *node, const wxChar *name, unsigned long value) #endif // wxUSE_CRASHREPORT -#if wxUSE_STACKWALKER - // ============================================================================ // XmlStackWalker implementation // ============================================================================