* 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:
parent
a76344eef1
commit
519a67babc
4 changed files with 5 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue