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

@ -126,17 +126,6 @@ namespace spot
this->merge_transitions();
}
std::string
tgba_reduc::format_state(const spot::state* s) const
{
std::ostringstream os;
const state_explicit* se = dynamic_cast<const state_explicit*>(s);
assert(se);
sn_map::const_iterator i = state_name_map_.find(se->get_state());
assert(i != state_name_map_.end());
return i->second;
}
////////////////////////////////////////////
// for build tgba_reduc