automatop: remove this type of formula operator.

This was only used in ELTL stuff, which I just removed because it was
unused.

* src/ltlast/automatop.cc, src/ltlast/automatop.hh,
src/ltlast/formula_tree.cc, src/ltlast/formula_tree.hh,
src/ltlast/nfa.cc, src/ltlast/nfa.hh: Delete.
* src/ltlast/Makefile.am: Adjust.
* src/ltlast/allnodes.hh, src/ltlast/formula.hh, src/ltlast/predecl.hh,
src/ltlast/visitor.hh, src/ltltest/equals.cc, src/ltltest/ltlrel.cc,
src/ltltest/reduc.cc, src/ltlvisit/clone.cc, src/ltlvisit/clone.hh,
src/ltlvisit/dotty.cc, src/ltlvisit/lbt.cc, src/ltlvisit/mark.cc,
src/ltlvisit/postfix.cc, src/ltlvisit/postfix.hh,
src/ltlvisit/relabel.cc, src/ltlvisit/simplify.cc, src/ltlvisit/snf.cc,
src/ltlvisit/tostring.cc, src/tgba/formula2bdd.cc,
src/tgbaalgos/ltl2taa.cc, src/tgbaalgos/ltl2tgba_fm.cc,
src/tgbaalgos/ltl2tgba_lacim.cc, src/tgbatest/ltl2tgba.cc,
iface/dve2/dve2check.cc: Remove all references to automatop.
This commit is contained in:
Alexandre Duret-Lutz 2014-07-04 03:11:17 +02:00
parent af8ce5dfa1
commit 7602bd1a37
31 changed files with 22 additions and 911 deletions

View file

@ -334,12 +334,6 @@ namespace spot
SPOT_UNREACHABLE();
}
void
visit(const automatop*)
{
SPOT_UNIMPLEMENTED();
}
ltl2taa_visitor
recurse(const formula* f)
{

View file

@ -732,12 +732,6 @@ namespace spot
SPOT_UNREACHABLE(); // Not a rational operator
}
void
visit(const automatop*)
{
SPOT_UNREACHABLE(); // Not a rational operator
}
void
visit(const multop* node)
{
@ -1640,12 +1634,6 @@ namespace spot
}
}
void
visit(const automatop*)
{
SPOT_UNIMPLEMENTED();
}
void
visit(const multop* node)
{
@ -1833,12 +1821,6 @@ namespace spot
SPOT_UNREACHABLE();
}
void
visit(const automatop*)
{
SPOT_UNIMPLEMENTED();
}
void
visit(const bunop*)
{

View file

@ -233,12 +233,6 @@ namespace spot
SPOT_UNREACHABLE();
}
void
visit(const automatop*)
{
SPOT_UNIMPLEMENTED();
}
void
visit(const multop* node)
{