mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -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,7 +90,6 @@ private:
|
||||||
nTotal--;
|
nTotal--;
|
||||||
bool fRet = fAllOk;
|
bool fRet = fAllOk;
|
||||||
// reset the status for new work later
|
// reset the status for new work later
|
||||||
if (fMaster)
|
|
||||||
fAllOk = true;
|
fAllOk = true;
|
||||||
// return the current status
|
// return the current status
|
||||||
return fRet;
|
return fRet;
|
||||||
|
|
Loading…
Add table
Reference in a new issue