Remove custom terminate handler

* Reduce the amount of code we have to maintain.
* Remove the potential for degrading stack dumps.
This commit is contained in:
Howard Hinnant
2018-11-16 14:40:45 -05:00
committed by Nik Bougalis
parent cc824685e7
commit 60dc949314
7 changed files with 0 additions and 257 deletions

View File

@@ -28,7 +28,6 @@
#include <ripple/core/Config.h>
#include <ripple/core/ConfigSections.h>
#include <ripple/core/DatabaseCon.h>
#include <ripple/core/TerminateHandler.h>
#include <ripple/core/TimeKeeper.h>
#include <ripple/json/to_string.h>
#include <ripple/net/RPCCall.h>
@@ -766,8 +765,6 @@ int main (int argc, char** argv)
atexit(&google::protobuf::ShutdownProtobufLibrary);
std::set_terminate(ripple::terminateHandler);
auto const result (ripple::run (argc, argv));
beast::basic_seconds_clock_main_hook();