Skip to content

Commit e80317b

Browse files
committed
refactor: Remove redundant conditional
1 parent 631df3e commit e80317b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/checkqueue.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ class CCheckQueue
9090
nTotal--;
9191
bool fRet = fAllOk;
9292
// reset the status for new work later
93-
if (fMaster)
94-
fAllOk = true;
93+
fAllOk = true;
9594
// return the current status
9695
return fRet;
9796
}

0 commit comments

Comments
 (0)