Removed no longer required code.

This commit is contained in:
XMRig 2019-07-12 02:25:07 +07:00
parent 6f27037f07
commit be7ff62c48
5 changed files with 3 additions and 16 deletions

View file

@ -26,10 +26,8 @@
#include "workers/ThreadHandle.h"
ThreadHandle::ThreadHandle(xmrig::IThread *config, uint32_t offset, size_t totalWays) :
ThreadHandle::ThreadHandle(xmrig::IThread *config) :
m_worker(nullptr),
m_totalWays(totalWays),
m_offset(offset),
m_config(config)
{
}