ltl: remove the useless Finish operator

* src/ltlast/unop.cc, src/ltlast/unop.hh src/ltlvisit/lbt.cc,
src/ltlvisit/mark.cc, src/ltlvisit/simplify.cc,
src/ltlvisit/tostring.cc, src/ltlvisit/tunabbrev.cc,
src/tgba/formula2bdd.cc, src/tgbaalgos/ltl2tgba_fm.cc: Remove Finish.
* src/tgbaalgos/ltl2taa.cc: Remove Finish, and simply use an empty
destination to code the sink.
This commit is contained in:
Alexandre Duret-Lutz 2014-12-04 17:48:42 +01:00
parent ad77145496
commit a0d9268fda
10 changed files with 10 additions and 64 deletions

View file

@ -712,10 +712,6 @@ namespace spot
case unop::G:
emit(KG);
break;
case unop::Finish:
os_ << "finish";
need_parent = true;
break;
case unop::Closure:
os_ << '{';
in_ratexp_ = true;