diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2018-02-07 17:42:39 -0500 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2018-02-08 14:35:28 -0500 |
commit | ba917249486310985a34a5250bb570ca18821322 (patch) | |
tree | ee3abc56f29ce92b369bf33f5479f5879332a803 /src/net.cpp | |
parent | f26866b9caf9ff27d129c703f51b8c2922000243 (diff) |
boost: remove useless threadGroup parameter from Discover
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 307e5d49d5..201914685c 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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; |