remove some unused variables
as reported by cppcheck * src/taalgos/emptinessta.cc, src/taalgos/tgba2ta.cc, src/twa/acc.cc, src/twaalgos/minimize.cc, src/twaalgos/neverclaim.cc, src/twaalgos/remprop.cc, src/twaalgos/sccinfo.cc: Here.
This commit is contained in:
parent
967f9e8cf1
commit
340557a12d
7 changed files with 4 additions and 17 deletions
|
|
@ -52,8 +52,6 @@ namespace spot
|
|||
|
||||
typedef std::list<scc> stack_type;
|
||||
stack_type root_; // Stack of SCC roots.
|
||||
std::stack<std::pair<bdd, bdd>> arc_; // A stack of acceptance conditions
|
||||
// between each of these SCC.
|
||||
std::vector<int> h_(n, 0);
|
||||
// Map of visited states. Values > 0 designate maximal SCC.
|
||||
// Values < 0 number states that are part of incomplete SCCs being
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue