From e50f422d25f98cc83d1d2251eca4e134be5453bd Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:21:47 +0100 Subject: [PATCH] test, refactor: Remove unused variables in `test/rbf_tests.cpp` These have been unused since the following commits: - c320cddb1b57a9c9911054fc440f7a12aaea61b5 - e9c5aeb11d641b8cae373452339760809625021d - 216e6937290338950215795291dbf0a533e234cf --- src/test/rbf_tests.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/test/rbf_tests.cpp b/src/test/rbf_tests.cpp index e2a95148e4d..15134791eb5 100644 --- a/src/test/rbf_tests.cpp +++ b/src/test/rbf_tests.cpp @@ -121,11 +121,6 @@ BOOST_FIXTURE_TEST_CASE(rbf_helper_functions, TestChain100Setup) BOOST_CHECK_EQUAL(entry8_high->GetFee(), high_fee); CTxMemPool::setEntries set_12_normal{entry1_normal, entry2_normal}; - CTxMemPool::setEntries set_34_cpfp{entry3_low, entry4_high}; - CTxMemPool::setEntries set_56_low{entry5_low, entry6_low_prioritised}; - CTxMemPool::setEntries set_78_high{entry7_high, entry8_high}; - CTxMemPool::setEntries all_entries{entry1_normal, entry2_normal, entry3_low, entry4_high, - entry5_low, entry6_low_prioritised, entry7_high, entry8_high}; CTxMemPool::setEntries empty_set; const auto unused_txid = Txid::FromUint256(GetRandHash());