* 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 7ef69fa15b
commit caca8728fe

View file

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