From 7712cbdfcc1b1bfc7ebe11373a20b08fd30e3c84 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Mon, 10 Nov 2025 21:02:01 -0500 Subject: [PATCH] Fix build issue - unused variable --- src/test/app/Loan_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/app/Loan_test.cpp b/src/test/app/Loan_test.cpp index 1778e60b37..ef7a47c3ee 100644 --- a/src/test/app/Loan_test.cpp +++ b/src/test/app/Loan_test.cpp @@ -6523,8 +6523,6 @@ protected: Account const lender{"lender"}; Account const borrower{"borrower"}; - auto const asset = xrpIssue(); - env.fund(XRP(200'000), lender, borrower); env.close();