twa_graph: remove the useless set_init_state(const state*)
* spot/twa/twagraph.hh: Here. * NEWS: Mention the change.
This commit is contained in:
parent
2e763a08cc
commit
df44616dfd
2 changed files with 4 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue