Page MenuHomePhabricator

Merge #10536: Remove unreachable or otherwise redundant code
ClosedPublic

Authored by nakihito on Jun 10 2019, 19:36.

Details

Summary

4265bf351 Remove unreachable or otherwise redundant code (practicalswift)

Tree-SHA512: bc9666ab5d20c936d78c50c0361405aca9edd116602aa9bcd71a79a904b647ac9eca0651d1a9d530189a6ac1c4e235bfc69ec1a68f7e36cc14d6848ac2206b7b

Backport of Core PR10536
https://github.com/bitcoin/bitcoin/pull/10536/files

Test Plan
make check
test_runner.py

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jun 10 2019, 19:36
nakihito requested review of this revision.EditedJun 10 2019, 22:39

Changes to bitcoin-tx.cpp removed here:
https://reviews.bitcoinabc.org/D540

Changes to wallet/rpcnestedtests.cpp removed here:
https://reviews.bitcoinabc.org/D1905#change-3IzUaXNi2dPc

wallet/crypter.cpp changes removed here:
https://reviews.bitcoinabc.org/D3119

wallet/rpcwallet.cpp changes are removed here:
https://reviews.bitcoinabc.org/rABC14aa545305a850354613718a953545682fa49890

Changes to wallet/walletdb.cpp are removed here:
https://reviews.bitcoinabc.org/D1106#change-QRUhUSaYIbHg Edit: the would-be-removed line is now used in the very next line
and
https://reviews.bitcoinabc.org/D301

This revision is now accepted and ready to land.Jun 10 2019, 22:56