Removed extra check no longer needed
This commit is contained in:
parent
d3af3e3bb2
commit
6893e35021
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue