[GIT] ppl/ppl(master): Spurious print statement removed.

Module: ppl/ppl Branch: master Commit: ccd16569a7d2ce0f02f33c81d765970ebd4213dd URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ccd16569a7d2c...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Thu Sep 24 16:32:31 2009 +0200
Spurious print statement removed.
---
src/Interval.templates.hh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/Interval.templates.hh b/src/Interval.templates.hh index 1e0b3f8..fcfecf6 100644 --- a/src/Interval.templates.hh +++ b/src/Interval.templates.hh @@ -115,7 +115,6 @@ Interval<Boundary, Info>::Interval(const char* s) { assign(EMPTY); break; default: - std::cerr << "lower_r = " << lower_r << std::endl; PPL_ASSERT(false); } switch (upper_r) {
participants (1)
-
Roberto Bagnara