mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
refactor: Remove redundant conditional
This commit is contained in:
parent
631df3ee87
commit
e80317be5f
1 changed files with 1 additions and 2 deletions
|
@ -90,8 +90,7 @@ private:
|
|||
nTotal--;
|
||||
bool fRet = fAllOk;
|
||||
// reset the status for new work later
|
||||
if (fMaster)
|
||||
fAllOk = true;
|
||||
fAllOk = true;
|
||||
// return the current status
|
||||
return fRet;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue