boost: remove useless threadGroup parameter from Discover

This commit is contained in:
Cory Fields
2018-02-07 17:42:39 -05:00
parent f26866b9ca
commit ba91724948
3 changed files with 3 additions and 7 deletions

View File

@@ -2129,7 +2129,7 @@ bool CConnman::BindListenPort(const CService &addrBind, std::string& strError, b
return true;
}
void Discover(boost::thread_group& threadGroup)
void Discover()
{
if (!fDiscover)
return;