Cleaning code of TA Product and Emptiness-check

* src/ta/taproduct.cc, src/taalgos/emptinessta.cc:
remove unused (commented) code.
This commit is contained in:
Ala-Eddine Ben-Salem 2011-12-06 16:01:37 +01:00 committed by Alexandre Duret-Lutz
parent d64b40452c
commit db2fcfa97a
2 changed files with 1 additions and 30 deletions

View file

@ -216,7 +216,7 @@ namespace spot
(a_->is_hole_state_in_ta_component(curr))
&& a_->is_livelock_accepting_state(curr);
//may be Buchi accepting scc or livelock accepting scc (contains a TA "hole and livelock accepting state")
//may be Buchi accepting scc or livelock accepting scc (contains a livelock accepting state that have no successors in TA)
scc.top().is_accepting = (a_->is_accepting_state(curr)
&& (!succ->is_stuttering_transition()
|| a_->is_livelock_accepting_state(curr)))