Remove tgba_reduc::format_state().

* src/tgba/tgbareduc.cc, src/tgba/tgbareduc.hh (format_state):
Remove this useless copy of the tgba_explicit_string::format_state
method.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-30 16:19:31 +02:00
parent 29a908cc8f
commit cd900a403b
3 changed files with 9 additions and 15 deletions

View file

@ -1,3 +1,11 @@
2011-03-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Remove tgba_reduc::format_state().
* src/tgba/tgbareduc.cc, src/tgba/tgbareduc.hh (format_state):
Remove this useless copy of the tgba_explicit_string::format_state
method.
2011-03-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Protect the state destructor.