Removing stop from destructor.
This commit is contained in:
parent
1542e0dee5
commit
5468b9e40a
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ nano::backlog_population::backlog_population (const config & config_a, nano::sto
|
|||
|
||||
nano::backlog_population::~backlog_population ()
|
||||
{
|
||||
stop ();
|
||||
// Thread must be stopped before destruction
|
||||
debug_assert (!thread.joinable ());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue