Page MenuHomePhabricator

refactor: Remove redundant conditional
ClosedPublic

Authored by PiRK on Sep 28 2020, 10:26.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABCfd36863a2e4d: refactor: Remove redundant conditional
Summary

This condition fMaster is already guaranteed to be true by the outer if.

Backport of Core PR17971

Test Plan

Trivial change. I just made sure I did not introduce any typo by checking that it compiles and tests still run succesfully.
ninja && ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Sep 28 2020, 10:26
PiRK requested review of this revision.Sep 28 2020, 10:26

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Sep 28 2020, 14:34
This revision was automatically updated to reflect the committed changes.