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

Removed code duplicate.

This commit is contained in:
XMRig
2020-05-09 01:13:46 +07:00
parent 85af4e27ec
commit 3cbf0dc0ee
16 changed files with 107 additions and 241 deletions

View File

@@ -67,10 +67,9 @@ protected:
Vendor m_vendor = VENDOR_UNKNOWN;
private:
static std::bitset<FLAG_MAX> m_flags;
Assembly m_assembly = Assembly::NONE;
MsrMod m_msrMod = MSR_MOD_NONE;
std::bitset<FLAG_MAX> m_flags;
};