1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-25 05:40:39 -05:00
This commit is contained in:
MoneroOcean
2020-05-23 11:13:42 -07:00
191 changed files with 1417 additions and 2600 deletions

View File

@@ -118,8 +118,6 @@ protected:
# endif
private:
inline void setPrintTime(uint32_t printTime) { if (printTime <= 3600) { m_printTime = printTime; } }
void setVerbose(const rapidjson::Value &value);
};