* spot/twa/twagraph.cc (remove_unused_ap): Remove unused variable.

This commit is contained in:
Alexandre Duret-Lutz 2021-04-15 16:02:39 +02:00
parent 2a38328a5c
commit 85581d7c3a

View file

@ -745,7 +745,6 @@ namespace spot
{
if (ap().empty())
return;
std::set<bdd> conds;
bdd all = ap_vars();
for (auto& e: g_.edges())
{