Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
33732493
Commit
33732493
authored
Mar 30, 2011
by
Alexandre Duret-Lutz
Browse files
* iface/dve2/dve2check.cc: Remove stray debug output.
parent
cc0a903a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
33732493
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>
* src/tgba/tgbaproduct.hh: Do not include statebdd.hh.
...
...
iface/dve2/dve2check.cc
View file @
33732493
...
...
@@ -156,7 +156,6 @@ main(int argc, char **argv)
if
(
dead
==
0
||
!
strcasecmp
(
dead
,
"true"
))
{
deadf
=
spot
::
ltl
::
constant
::
true_instance
();
std
::
cerr
<<
"true"
<<
std
::
endl
;
}
else
if
(
!
strcasecmp
(
dead
,
"false"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment