Remove useless register_propositions method

* src/twa/bdddict.cc, src/twa/bdddict.hh,
src/twaalgos/ltl2tgba_fm.cc: here.
This commit is contained in:
Etienne Renault 2015-09-24 14:19:48 +02:00
parent 11b9ada2bb
commit 1628b188fe
3 changed files with 0 additions and 41 deletions

View file

@ -1187,14 +1187,6 @@ namespace spot
}
}
// Register all known propositions for a. This may contain
// proposition from other parts of the formula being translated,
// but this is not really important as this automaton will be
// short-lived. (Maybe it would even work without this line.)
dict_.dict->register_propositions(dict_.var_set, a);
//print_dot(std::cerr, a);
// The following code trims the automaton in a crude way by
// eliminating SCCs that are not coaccessible. It does not
// actually remove the states, it simply marks the corresponding