* 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

@ -23,7 +23,6 @@ namespace spot
}
virtual int compare(const state* other) const;
virtual void translate(bddPair* rewrite);
virtual state_bdd* clone() const;
protected: