Fixed msvc2015/msys2 build & code cleanup.

This commit is contained in:
XMRig 2019-02-19 09:15:06 +07:00
parent 41feb756bf
commit 1bd51dcf2e
7 changed files with 36 additions and 23 deletions

View file

@ -43,7 +43,6 @@
xmrig::Network::Network(Controller *controller) :
m_controller(controller),
m_donate(nullptr)
{
Workers::setListener(this);

View file

@ -69,7 +69,6 @@ private:
static void onTick(uv_timer_t *handle);
Controller *m_controller;
IStrategy *m_donate;
IStrategy *m_strategy;
NetworkState m_state;