mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused lambda captures
This commit is contained in:
@@ -128,7 +128,7 @@ public:
|
||||
|
||||
// This lambda contains the bulk of the test code.
|
||||
auto testMalformedSigningAccount =
|
||||
[this, &txn, &id1]
|
||||
[this, &txn]
|
||||
(STObject const& signer, bool expectPass)
|
||||
{
|
||||
// Create SigningAccounts array.
|
||||
|
||||
Reference in New Issue
Block a user