mirror of
https://github.com/xmrig/xmrig.git
synced 2026-04-26 16:02:46 -04:00
Removed m_bench field from Job class.
This commit is contained in:
@@ -30,9 +30,9 @@
|
||||
|
||||
xmrig::CudaLaunchData::CudaLaunchData(const Miner *miner, const Algorithm &algorithm, const CudaThread &thread, const CudaDevice &device) :
|
||||
algorithm(algorithm),
|
||||
miner(miner),
|
||||
device(device),
|
||||
thread(thread)
|
||||
thread(thread),
|
||||
miner(miner)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user