mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused lambda capture
This commit is contained in:
@@ -201,7 +201,7 @@ struct Directory_test : public beast::unit_test::suite
|
||||
env.close();
|
||||
BEAST_EXPECT(dirIsEmpty (*env.closed(), keylet::ownerDir(alice)));
|
||||
|
||||
std::vector<IOU> const currencies = [this,&eng,&gw]()
|
||||
std::vector<IOU> const currencies = [this, &gw]()
|
||||
{
|
||||
std::vector<IOU> c;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user