expansions: remove unused lambda capture

This commit is contained in:
Antoine Martin 2025-03-13 08:47:41 +01:00
parent 939942af30
commit 3d3f311733

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);
};