Clean-up the Stoppable architecture

This commit is contained in:
John Freeman
2020-12-04 14:19:54 -06:00
committed by Edward Hennis
parent 1fd1c34112
commit 78245a072c
17 changed files with 106 additions and 198 deletions

View File

@@ -476,7 +476,6 @@ class Stoppable_test : public beast::unit_test::suite
void
run()
{
prepare();
start();
stop(journal_);
}