Remove last remnants of 'worker'

This commit is contained in:
Stephen Shelton 2020-07-02 11:25:53 -06:00
parent fb75329b88
commit ced2ac64fb
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C
1 changed files with 2 additions and 4 deletions

View File

@ -5,10 +5,8 @@
namespace tooling
{
HiveRouter::HiveRouter(
llarp_ev_loop_ptr netloop,
std::shared_ptr<llarp::Logic> logic,
RouterHive* hive)
: Router(worker, netloop, logic), m_hive(hive)
llarp_ev_loop_ptr netloop, std::shared_ptr<llarp::Logic> logic, RouterHive* hive)
: Router(netloop, logic), m_hive(hive)
{
}