scc_filter: remove left-over print
Reported by František Blahoudek. * spot/twaalgos/sccfilter.cc: Remove extra print statement. * NEWS: Mention it.
This commit is contained in:
parent
e1d0c07d4b
commit
f868e0cea6
2 changed files with 4 additions and 2 deletions
5
NEWS
5
NEWS
|
|
@ -1,6 +1,9 @@
|
||||||
New in spot 2.2.1.dev (Not yet released)
|
New in spot 2.2.1.dev (Not yet released)
|
||||||
|
|
||||||
Nothing yet.
|
Bug fixes:
|
||||||
|
|
||||||
|
* scc_filter() had a left-over print statement that would print
|
||||||
|
"names" when copying the name of the states.
|
||||||
|
|
||||||
New in spot 2.2.1 (2016-11-21)
|
New in spot 2.2.1 (2016-11-21)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -334,7 +334,6 @@ namespace spot
|
||||||
if (auto* names =
|
if (auto* names =
|
||||||
aut->get_named_prop<std::vector<std::string>>("state-names"))
|
aut->get_named_prop<std::vector<std::string>>("state-names"))
|
||||||
{
|
{
|
||||||
std::cerr << "names\n";
|
|
||||||
unsigned size = names->size();
|
unsigned size = names->size();
|
||||||
if (size > in_n)
|
if (size > in_n)
|
||||||
size = in_n;
|
size = in_n;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue