mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
Removed extra check no longer needed
This commit is contained in:
@@ -377,8 +377,6 @@ void Workers::onResult(uv_async_t *handle)
|
||||
|
||||
void Workers::onTick(uv_timer_t *handle)
|
||||
{
|
||||
if (m_hashrate == nullptr) return;
|
||||
|
||||
for (Handle *handle : m_workers) {
|
||||
if (!handle->worker()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user