Remove the has_mark() function in favor of the is_marked() method.
* src/ltlast/unop.cc (NegClosure): Reset is.not_marked. * src/ltlvisit/mark.hh, src/ltlvisit/mark.cc (has_mark_visitor, has_mark): Remove. * src/tgbaalgos/ltl2tgba_fm.cc: Use f->is_marked() instead of has_mark(f).
This commit is contained in:
parent
957ba664b7
commit
6380968f32
4 changed files with 4 additions and 111 deletions
|
|
@ -35,8 +35,6 @@ namespace spot
|
|||
formula* mark_concat_ops(const formula* f);
|
||||
|
||||
bool simplify_mark(formula*& f);
|
||||
|
||||
bool has_mark(const formula* f);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue