Remove unused field.

This commit is contained in:
XMRig 2019-03-27 19:27:29 +07:00
parent 933c0d40b7
commit 82bbef614e
2 changed files with 1 additions and 3 deletions

View file

@ -69,7 +69,6 @@ private:
uint64_t** m_counts;
uint64_t** m_timestamps;
uv_timer_t *m_timer;
xmrig::Controller *m_controller;
};