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

@@ -26,7 +26,6 @@
#include <ripple/core/impl/JobQueue.cpp>
#include <ripple/core/impl/SNTPClock.cpp>
#include <ripple/core/impl/Stoppable.cpp>
#include <ripple/core/impl/TerminateHandler.cpp>
#include <ripple/core/impl/TimeKeeper.cpp>
#include <ripple/core/impl/Workers.cpp>