$OpenBSD$ Index: src/workers/Worker.cpp --- src/workers/Worker.cpp.orig +++ src/workers/Worker.cpp @@ -41,9 +41,6 @@ Worker::Worker(Handle *handle) : m_sequence(0), m_thread(static_cast(handle->config())) { - if (xmrig::Cpu::info()->threads() > 1 && m_thread->affinity() != -1L) { - Platform::setThreadAffinity(m_thread->affinity()); - } Platform::setThreadPriority(m_thread->priority()); }