diff options
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.cpp')
-rw-r--r-- | src/common/Debugging/WheatyExceptionReport.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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() |