* src/tgba/state.hh, src/tgba/statebdd.hh, src/tgba/statebdd.cc:

Remove the translate() method.  Useless since 2003-07-14.
This commit is contained in:
Alexandre Duret-Lutz 2003-08-14 09:18:13 +00:00
parent a76344eef1
commit 519a67babc
4 changed files with 5 additions and 19 deletions

View file

@ -16,12 +16,6 @@ namespace spot
return o->as_bdd().id() - state_.id();
}
void
state_bdd::translate(bddPair* rewrite)
{
state_ = bdd_replace(state_, rewrite);
}
/// Duplicate a state.
state_bdd*
state_bdd::clone() const