mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 15:35:50 +00:00
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:
committed by
Nik Bougalis
parent
cc824685e7
commit
60dc949314
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user