test, refactor: Remove unused variables in test/rbf_tests.cpp

These have been unused since the following commits:
 - c320cddb1b
 - e9c5aeb11d
 - 216e693729
This commit is contained in:
Hennadii Stepanov
2026-08-06 12:21:47 +01:00
parent b7ae50e2e2
commit e50f422d25

View File

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