From 9633c8c2b70d230ec0c0825e29f52722744afcb4 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 28 Nov 2016 20:21:21 +0100 Subject: Core/Debugging: Partially revert e0fb4445cd2f5f4bb94ea23122548debddc41ba6, the cmake hack to build wheaty directly into executable is still needed as it is impossible to have it initialize before every other static variable when it resides in dll (dynamic linking only) --- src/common/Debugging/WheatyExceptionReport.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/common/Debugging/WheatyExceptionReport.cpp') diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 29d9a35af8a..68226d9c3a6 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -1463,8 +1463,3 @@ char* WheatyExceptionReport::PrintSymbolDetail(char* pszCurrBuffer) } #endif // _WIN32 - -void InitializeCrashHandler() -{ - // dummy call to make the linker not discard the compilation unit -} -- cgit v1.2.3