* src/ltlvisit/formlength.cc: Rename as ...

* src/ltlvisit/length.cc: ... this.
* src/ltlvisit/length.hh: New file, extracted from ...
* src/ltlvisit/reducform.hh: ... here.
* src/ltlvisit/Makefile.am (ltlvisit_HEADERS): Add length.hh.
(libltlvisit_la_SOURCES): Rename formlength.cc as length.cc.
* src/ltltest/reduc.cc: Include length.hh.
This commit is contained in:
Alexandre Duret-Lutz 2004-05-25 13:20:30 +00:00
parent e0ec45ed14
commit f17af7a761
6 changed files with 58 additions and 106 deletions

View file

@ -74,9 +74,6 @@ namespace spot
/// FIXME: Describe what universal formulae are. Cite paper.
bool is_universal(const formula* f);
/// Length of a formula.
int length(const formula* f);
/// Type the first node of a formula.
class node_type_form_visitor : public const_visitor
{