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

View file

@ -261,11 +261,6 @@ namespace spot
init_number_ = s;
}
void set_init_state(const state* s)
{
set_init_state(state_number(s));
}
template<class I>
void set_univ_init_state(I dst_begin, I dst_end)
{