1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 06:52:33 -05:00
This commit is contained in:
XMRig
2017-06-14 21:33:20 +03:00
parent faf14f5e5a
commit 1587fb27d2
2 changed files with 1 additions and 4 deletions

View File

@@ -42,10 +42,6 @@ void Cpu::init()
void Cpu::setAffinity(int id, unsigned long mask)
{
if (id == -1) {
return;
}
cpu_set_t set;
CPU_ZERO(&set);