Removed unused private field in FailoverStrategy class.

This commit is contained in:
XMRig 2018-03-24 13:45:54 +07:00
parent f8f89a0946
commit 89608ade3b
2 changed files with 0 additions and 2 deletions

View file

@ -66,7 +66,6 @@ private:
const int m_retryPause;
int m_active;
int m_index;
int m_remaining;
IStrategyListener *m_listener;
std::vector<Client*> m_pools;
};