From 259bbf1e049d944b11cc1050b035806cf31efe9f Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 7 Aug 2020 16:51:58 +0200 Subject: Core/CrashHandler: NULL -> nullptr (cherry picked from commit 68fdfcaa507d06ce8e823e7848f4c58ef1e62732) --- src/common/Debugging/WheatyExceptionReport.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common/Debugging/WheatyExceptionReport.cpp') diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 5631287f528..80caf9e24d4 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -1345,7 +1345,6 @@ bool logChildren) } bHandled = true; - return; } void WheatyExceptionReport::FormatOutputValue(char * pszCurrBuffer, @@ -1552,8 +1551,6 @@ void WheatyExceptionReport::PrintSymbolDetail() Log(_T("\t")); Log(_T("%s\r\n"), symbolDetails.top().ToString().c_str()); - - return; } std::string SymbolDetail::ToString() -- cgit v1.2.3