expansions: remove unused lambda capture
This commit is contained in:
parent
939942af30
commit
3d3f311733
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue