Remove statement with no effect, to please GCC 4.6.
* src/taalgos/emptinessta.cc (ta_check::check): Remove statement with no effect, to please GCC 4.6.
This commit is contained in:
parent
29ee11cfd3
commit
1f0bf0b1cf
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ namespace spot
|
||||||
|
|
||||||
// We use five main data in this algorithm:
|
// We use five main data in this algorithm:
|
||||||
|
|
||||||
// * scc: a stack of strongly connected components (SCC)
|
// * scc: (attribute) a stack of strongly connected components (SCC)
|
||||||
scc;
|
|
||||||
|
|
||||||
// * arc, a stack of acceptance conditions between each of these SCC,
|
// * arc, a stack of acceptance conditions between each of these SCC,
|
||||||
std::stack<bdd> arc;
|
std::stack<bdd> arc;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue