diff --git a/src/anthem/ASTUtils.cpp b/src/anthem/ASTUtils.cpp index 3ff91c9..a4d62c2 100644 --- a/src/anthem/ASTUtils.cpp +++ b/src/anthem/ASTUtils.cpp @@ -59,7 +59,7 @@ bool VariableStack::contains(const VariableDeclaration &variableDeclaration) con }; const auto layerContainsVariableDeclaration = - [&variableDeclaration, &variableDeclarationMatches](const auto &layer) + [&variableDeclarationMatches](const auto &layer) { return (std::find_if(layer->cbegin(), layer->cend(), variableDeclarationMatches) != layer->cend()); };