1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-22 22:42:53 -05:00

Update user agent for macOS and fix compile warnings

This commit is contained in:
XMRig
2020-12-13 13:57:12 +07:00
parent a36fb7e728
commit 643142dc30
6 changed files with 29 additions and 12 deletions

View File

@@ -92,7 +92,6 @@ private:
IStrategy *m_strategy = nullptr;
NetworkState *m_state = nullptr;
Timer *m_timer = nullptr;
uint32_t m_benchSize = 0;
};