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:
Alexandre Duret-Lutz 2011-08-31 18:39:28 +02:00
parent 29ee11cfd3
commit 1f0bf0b1cf

View file

@ -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;