* iface/dve2/dve2check.cc: Remove stray debug output.
This commit is contained in:
parent
cc0a903a6e
commit
33732493fe
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-03-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* iface/dve2/dve2check.cc: Remove stray debug output.
|
||||||
|
|
||||||
2011-03-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2011-03-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* src/tgba/tgbaproduct.hh: Do not include statebdd.hh.
|
* src/tgba/tgbaproduct.hh: Do not include statebdd.hh.
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,6 @@ main(int argc, char **argv)
|
||||||
if (dead == 0 || !strcasecmp(dead, "true"))
|
if (dead == 0 || !strcasecmp(dead, "true"))
|
||||||
{
|
{
|
||||||
deadf = spot::ltl::constant::true_instance();
|
deadf = spot::ltl::constant::true_instance();
|
||||||
std::cerr << "true" << std::endl;
|
|
||||||
}
|
}
|
||||||
else if (!strcasecmp(dead, "false"))
|
else if (!strcasecmp(dead, "false"))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue