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());