Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
df44616d
Commit
df44616d
authored
Mar 07, 2017
by
Alexandre Duret-Lutz
Browse files
twa_graph: remove the useless set_init_state(const state*)
* spot/twa/twagraph.hh: Here. * NEWS: Mention the change.
parent
2e763a08
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
df44616d
...
...
@@ -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)
...
...
spot/twa/twagraph.hh
View file @
df44616d
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment