1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 08:42:40 -05:00

Removed not needed setDonateLevel copy

This commit is contained in:
MoneroOcean
2019-06-18 11:22:43 -07:00
parent 58de9772f3
commit 25f35b7e77

View File

@@ -52,7 +52,6 @@ public:
inline const std::vector<Pool> &data() const { return m_data; }
inline int donateLevel() const { return m_donateLevel; }
inline void setDonateLevel(const int donate) { m_donateLevel = donate; }
inline int retries() const { return m_retries; }
inline int retryPause() const { return m_retryPause; }
inline ProxyDonate proxyDonate() const { return m_proxyDonate; }