1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-02-01 17:53:03 -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

@@ -37,9 +37,6 @@
#include "3rdparty/rapidjson/document.h"
std::bitset<xmrig::ICpuInfo::FLAG_MAX> xmrig::BasicCpuInfo::m_flags;
xmrig::BasicCpuInfo::BasicCpuInfo() :
m_threads(std::thread::hardware_concurrency())
{