Skip to content

Commit fcd0c0a

Browse files
committed
fixed compilation error in debug mode
1 parent 58bfe6d commit fcd0c0a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/analyses/interval_domain.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -561,11 +561,6 @@ bool interval_domaint::ai_simplify(
561561
a.make_top();
562562
a.assume(condition, ns);
563563

564-
#ifdef DEBUG
565-
a.output(std::cout, interval_analysis, ns);
566-
d.output(std::cout, interval_analysis, ns);
567-
#endif
568-
569564
if(!a.join(d))
570565
{
571566
unchanged=condition.is_true();

0 commit comments

Comments
 (0)