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

@@ -1849,7 +1849,6 @@ else ()
src/ripple/core/impl/SNTPClock.cpp
src/ripple/core/impl/SociDB.cpp
src/ripple/core/impl/Stoppable.cpp
src/ripple/core/impl/TerminateHandler.cpp
src/ripple/core/impl/TimeKeeper.cpp
src/ripple/core/impl/Workers.cpp
#[===============================[
@@ -2133,7 +2132,6 @@ else ()
src/test/core/JobQueue_test.cpp
src/test/core/SociDB_test.cpp
src/test/core/Stoppable_test.cpp
src/test/core/TerminateHandler_test.cpp
src/test/core/Workers_test.cpp
#[===============================[
nounity, test sources: