Page MenuHomePhabricator

Remove unused guard
ClosedPublic

Authored by PiRK on Oct 9 2020, 10:01.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC3bee3612ddb7: Remove unused guard
Summary

PR description:

BITCOIN_QT_TEST is no longer used since switching to autotools build system.

Some historical refs:

https://github.com/bitcoin/bitcoin/pull/807
https://github.com/bitcoin/bitcoin/pull/4241

Backport of Core PR16350

Test Plan
grep -r BITCOIN_QT_TEST[^_] .
cd build
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.Oct 9 2020, 10:01
PiRK requested review of this revision.Oct 9 2020, 10:01
This revision is now accepted and ready to land.Oct 9 2020, 10:10
This revision was automatically updated to reflect the committed changes.