Removed no longer required code.
This commit is contained in:
parent
6f27037f07
commit
be7ff62c48
5 changed files with 3 additions and 16 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue