mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Clean-up the Stoppable architecture
This commit is contained in:
committed by
Edward Hennis
parent
1fd1c34112
commit
78245a072c
@@ -977,11 +977,6 @@ public:
|
||||
// Stoppable
|
||||
//
|
||||
|
||||
void
|
||||
onPrepare() override
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
onStart() override
|
||||
{
|
||||
@@ -1634,7 +1629,6 @@ void
|
||||
ApplicationImp::doStart(bool withTimers)
|
||||
{
|
||||
startTimers_ = withTimers;
|
||||
prepare();
|
||||
start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user