Removed m_bench field from Job class.

This commit is contained in:
XMRig
2020-10-16 20:29:11 +07:00
parent 572616f3d2
commit 14892cf040
19 changed files with 44 additions and 68 deletions

View File

@@ -54,9 +54,10 @@ public:
static const char *tag();
const Algorithm algorithm;
const Miner *miner;
const CudaDevice &device;
const CudaThread thread;
const Miner *miner;
const uint32_t benchSize = 0;
};