* src/tgba/tgbabddtranslatefactory.cc

(tgba_bdd_translate_factory::compute_pairs): Be quiet.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-26 14:17:04 +00:00
parent 0a698131e6
commit 53f8f29a9e
2 changed files with 3 additions and 2 deletions

View file

@ -35,8 +35,6 @@ namespace spot
tgba_bdd_dict::fv_map::const_iterator i_from;
tgba_bdd_dict::fv_map::const_iterator i_to;
from.dump(std::cerr);
for (i_from = from.now_map.begin(); i_from != from.now_map.end(); ++i_from)
{
i_to = dict_.now_map.find(i_from->first);