comment unused variable

This commit is contained in:
dangell7
2023-01-09 02:48:28 -05:00
parent 5bff2ad2b9
commit 77cecaf187

View File

@@ -497,7 +497,7 @@ trustAdjustLockedBalance(
if (!sleLine)
return tecNO_LINE;
auto const currency = deltaAmt.getCurrency();
// auto const currency = deltaAmt.getCurrency();
auto const issuer = deltaAmt.getIssuer();
STAmount lowLimit = sleLine->getFieldAmount(sfLowLimit);