expansions: remove unused lambda capture

This commit is contained in:
Antoine Martin 2025-03-13 08:47:41 +01:00
parent b93fb41af2
commit 983d7e046a

View file

@ -540,7 +540,7 @@ namespace spot
return {{f_bdd, formula::eword()}};
}
auto rec = [&d, owner, opts, seen](formula f){
auto rec = [&d, owner, seen](formula f){
return expansion2(f, d, owner, exp_opts::None, seen);
};