mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-02 10:03:05 -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)
|
void Workers::onTick(uv_timer_t *handle)
|
||||||
{
|
{
|
||||||
if (m_hashrate == nullptr) return;
|
|
||||||
|
|
||||||
for (Handle *handle : m_workers) {
|
for (Handle *handle : m_workers) {
|
||||||
if (!handle->worker()) {
|
if (!handle->worker()) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user