diff options
Diffstat (limited to 'src/server/bnetserver/Main.cpp')
-rw-r--r-- | src/server/bnetserver/Main.cpp | 2 |
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); |