Code cleanup.

This commit is contained in:
XMRig
2020-05-05 01:55:00 +07:00
parent 11528d61d1
commit 317dc19ce8
7 changed files with 61 additions and 69 deletions

View File

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