aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-01 17:48:51 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-01 17:45:48 +0100
commitfa7d31910ab181c7e0e5f1fa1e23a49e208aec2a (patch)
tree4a9f5df4b5e7aeb3278b9fa8239506ab897e4feb /test/lint
parenteca2e430acf50f11da2220f56d13e20073a57c9b (diff)
downloadbitcoin-fa7d31910ab181c7e0e5f1fa1e23a49e208aec2a.tar.xz
refactor: Remove unused circular include dependency from validation.cpp
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-circular-dependencies.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-circular-dependencies.py b/test/lint/lint-circular-dependencies.py
index e366a08bd2..6f9a633807 100755
--- a/test/lint/lint-circular-dependencies.py
+++ b/test/lint/lint-circular-dependencies.py
@@ -21,7 +21,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES = (
"qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel",
"wallet/wallet -> wallet/walletdb -> wallet/wallet",
"kernel/coinstats -> validation -> kernel/coinstats",
- "kernel/mempool_persist -> validation -> kernel/mempool_persist",
# Temporary, removed in followup https://github.com/bitcoin/bitcoin/pull/24230
"index/base -> node/context -> net_processing -> index/blockfilterindex -> index/base",