Code cleanup.

This commit is contained in:
XMRig 2020-04-12 19:50:11 +07:00
parent 9634907676
commit 2d95a394a6
No known key found for this signature in database
GPG key ID: 446A53638BE94409
3 changed files with 4 additions and 10 deletions

View file

@ -49,8 +49,7 @@ protected:
bool set(const Job &job, uint8_t *blob) override;
private:
bool m_ready = false;
size_t m_intensity = 0;
size_t m_intensity = 0;
};