mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 05:23:16 -05:00
Fixed msvc2015/msys2 build & code cleanup.
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
|
||||
|
||||
xmrig::Network::Network(Controller *controller) :
|
||||
m_controller(controller),
|
||||
m_donate(nullptr)
|
||||
{
|
||||
Workers::setListener(this);
|
||||
|
||||
@@ -69,7 +69,6 @@ private:
|
||||
|
||||
static void onTick(uv_timer_t *handle);
|
||||
|
||||
Controller *m_controller;
|
||||
IStrategy *m_donate;
|
||||
IStrategy *m_strategy;
|
||||
NetworkState m_state;
|
||||
|
||||
Reference in New Issue
Block a user