mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove dead TxQueue code
This commit is contained in:
committed by
Tom Ritchford
parent
b7b744de94
commit
d115a12cbe
@@ -133,7 +133,7 @@ public:
|
||||
pStB.step();
|
||||
pStB.reset();
|
||||
|
||||
BOOST_FOREACH (NodeObject::Ptr const& object, batch)
|
||||
for (NodeObject::Ptr const& object : batch)
|
||||
{
|
||||
doBind (pSt, object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user