diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index 79d9e55b9e..cdaad56da2 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -989,7 +989,7 @@ void PGM_BASE::HandleAssert( const wxString& aFile, int aLine, const wxString& a { static std::set assertCache; - SENTRY_ASSERT_CACHE_KEY key = { aFile, aLine, aFunc, aCond, aMsg }; + SENTRY_ASSERT_CACHE_KEY key = { aFile, aLine, aFunc, aCond }; if( assertCache.find( key ) == assertCache.end() ) {