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:
parent
ad77145496
commit
a0d9268fda
10 changed files with 10 additions and 64 deletions
|
|
@ -682,7 +682,6 @@ namespace spot
|
|||
case unop::F:
|
||||
case unop::G:
|
||||
case unop::X:
|
||||
case unop::Finish:
|
||||
case unop::Closure:
|
||||
case unop::NegClosure:
|
||||
case unop::NegClosureMarked:
|
||||
|
|
@ -1484,9 +1483,6 @@ namespace spot
|
|||
//trace_ltl_bdd(dict_, res_);
|
||||
}
|
||||
break;
|
||||
|
||||
case unop::Finish:
|
||||
SPOT_UNIMPLEMENTED();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue