twa_graph: remove the useless set_init_state(const state*)

* spot/twa/twagraph.hh: Here.
* NEWS: Mention the change.
This commit is contained in:
Alexandre Duret-Lutz 2017-03-07 17:33:43 +01:00
parent 2e763a08cc
commit df44616dfd
2 changed files with 4 additions and 5 deletions

4
NEWS
View file

@ -54,6 +54,10 @@ New in spot 2.3.1.dev (not yet released)
explicit. The implicit converion to bool (and, via bool, to int)
was a source of bugs.
- spot::twa_graph::set_init_state(const state*) has been removed.
It was never used. You always want to use
spot::twa_graph::set_init_state(unsigned) in practice.
New in spot 2.3.1 (2017-02-20)