mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Remove unused variable
This commit is contained in:
@@ -213,7 +213,6 @@ NotTEC
|
|||||||
Batch::preflight(PreflightContext const& ctx)
|
Batch::preflight(PreflightContext const& ctx)
|
||||||
{
|
{
|
||||||
auto const parentBatchId = ctx.tx.getTransactionID();
|
auto const parentBatchId = ctx.tx.getTransactionID();
|
||||||
auto const outerAccount = ctx.tx.getAccountID(sfAccount);
|
|
||||||
auto const flags = ctx.tx.getFlags();
|
auto const flags = ctx.tx.getFlags();
|
||||||
|
|
||||||
if (std::popcount(
|
if (std::popcount(
|
||||||
|
|||||||
Reference in New Issue
Block a user