Skip to content

Commit 479f7f1

Browse files
committed
Fix warning
1 parent f09d83c commit 479f7f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jrd/met.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5054,7 +5054,7 @@ Cached::Index* RelationPermanent::lookupIndex(thread_db* tdbb, const QualifiedNa
50545054

50555055
// See if we already know the relation by name
50565056
auto* idp = rel_indices.lookup(tdbb,
5057-
[tdbb, name, flags](Cached::Index* idp)
5057+
[name](Cached::Index* idp)
50585058
{
50595059
return idp->getName() == name ? idp : nullptr;
50605060
},

0 commit comments

Comments
 (0)