* spot/twa/twagraph.cc (remove_unused_ap): Remove unused variable.
This commit is contained in:
parent
7ef69fa15b
commit
caca8728fe
1 changed files with 0 additions and 1 deletions
|
|
@ -709,7 +709,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