* spot/twa/twagraph.cc (remove_unused_ap): Remove unused variable.
This commit is contained in:
parent
2a38328a5c
commit
85581d7c3a
1 changed files with 0 additions and 1 deletions
|
|
@ -745,7 +745,6 @@ namespace spot
|
||||||
{
|
{
|
||||||
if (ap().empty())
|
if (ap().empty())
|
||||||
return;
|
return;
|
||||||
std::set<bdd> conds;
|
|
||||||
bdd all = ap_vars();
|
bdd all = ap_vars();
|
||||||
for (auto& e: g_.edges())
|
for (auto& e: g_.edges())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue