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:
Alexandre Duret-Lutz 2015-04-23 23:45:36 +02:00
parent c829cbbadf
commit 967f9e8cf1
2 changed files with 0 additions and 3 deletions

View file

@ -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);