aboutsummaryrefslogtreecommitdiff
path: root/src/server/bnetserver/Main.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-11-28 20:21:21 +0100
committerShauren <shauren.trinity@gmail.com>2016-11-28 20:21:21 +0100
commit9633c8c2b70d230ec0c0825e29f52722744afcb4 (patch)
tree40454e371a71ca0ff28f43c039f88a31f3fa3951 /src/server/bnetserver/Main.cpp
parente0fb4445cd2f5f4bb94ea23122548debddc41ba6 (diff)
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)
Diffstat (limited to 'src/server/bnetserver/Main.cpp')
-rw-r--r--src/server/bnetserver/Main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/bnetserver/Main.cpp b/src/server/bnetserver/Main.cpp
index a17872303d2..56eff7c0c07 100644
--- a/src/server/bnetserver/Main.cpp
+++ b/src/server/bnetserver/Main.cpp
@@ -32,7 +32,6 @@
#include "SslContext.h"
#include "DatabaseLoader.h"
#include "LoginRESTService.h"
-#include "WheatyExceptionReport.h"
#include <iostream>
#include <boost/program_options.hpp>
#include <boost/filesystem/path.hpp>
@@ -78,7 +77,6 @@ static uint32 _banExpiryCheckInterval;
int main(int argc, char** argv)
{
- InitializeCrashHandler();
signal(SIGABRT, &Trinity::AbortHandler);
auto configFile = fs::absolute(_TRINITY_BNET_CONFIG);