Fix review feedback from @pratikmankawde

- Remove unused function parameters due to the simplification.
This commit is contained in:
Ed Hennis
2026-04-14 21:14:21 -04:00
parent 6ccc393ab9
commit c86e8ce532

View File

@@ -355,7 +355,7 @@ NoZeroEscrow::finalize(
STTx const& txn,
TER const,
XRPAmount const,
ReadView const& rv,
ReadView const&,
beast::Journal const& j) const
{
if (bad_)
@@ -626,7 +626,7 @@ NoXRPTrustLines::finalize(
STTx const&,
TER const,
XRPAmount const,
ReadView const& rv,
ReadView const&,
beast::Journal const& j) const
{
if (!xrpTrustLine_)
@@ -668,7 +668,7 @@ NoDeepFreezeTrustLinesWithoutFreeze::finalize(
STTx const&,
TER const,
XRPAmount const,
ReadView const& rv,
ReadView const&,
beast::Journal const& j) const
{
if (!deepFreezeWithoutFreeze_)