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
23ed880b
Commit
23ed880b
authored
Oct 27, 2003
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::counter_example):
Remove unused tmp_last, best_lst, and tmp_acc variables.
parent
feaae8e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
23ed880b
2003-10-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::counter_example):
Remove unused tmp_last, best_lst, and tmp_acc variables.
2003-10-24 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/emptinesscheck.cc (emptiness_check::counter_example):
...
...
src/tgbaalgos/emptinesscheck.cc
View file @
23ed880b
...
...
@@ -293,9 +293,6 @@ namespace spot
father_map
father
;
state_sequence
seq
;
state_sequence
tmp_lst
;
state_sequence
best_lst
;
bdd
tmp_acc
=
bddfalse
;
state
*
start_state
=
aut_
->
get_init_state
();
if
(
comp_size
!=
1
)
...
...
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