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:
@@ -569,7 +569,7 @@ public:
|
||||
{
|
||||
std::vector<std::shared_ptr<SLE const>> result;
|
||||
forEachItem (*env.current (), account,
|
||||
[&env, &result](std::shared_ptr<SLE const> const& sle)
|
||||
[&result](std::shared_ptr<SLE const> const& sle)
|
||||
{
|
||||
if (sle->getType() == ltOFFER)
|
||||
result.push_back (sle);
|
||||
|
||||
Reference in New Issue
Block a user