Remove unused lambda captures

This commit is contained in:
seelabs
2017-07-18 13:30:59 -04:00
parent 1a56b9c5f2
commit 5ad49454f1
4 changed files with 6 additions and 6 deletions

View File

@@ -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.