fix some cppcheck errors
* src/twaalgos/hoa.cc, src/twaalgos/ltl2tgba_fm.cc: Remove some useless declarations of iterators, as detected by cppcheck.
This commit is contained in:
parent
c829cbbadf
commit
967f9e8cf1
2 changed files with 0 additions and 3 deletions
|
|
@ -144,7 +144,6 @@ namespace spot
|
|||
|
||||
void number_all_ap()
|
||||
{
|
||||
sup_map::iterator i;
|
||||
bdd all = bddtrue;
|
||||
for (auto& i: sup)
|
||||
all &= bdd_support(i.first);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue