[PPL-devel] [GIT] ppl/ppl(master): Unusual and difficult-to-maintain comment removed.

Roberto Bagnara bagnara at cs.unipr.it
Tue Aug 21 17:17:51 CEST 2012


Module: ppl/ppl
Branch: master
Commit: 56f7bba205d5941ac03bdf0d5fb211d3db334419
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=56f7bba205d5941ac03bdf0d5fb211d3db334419

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Tue Aug 21 17:15:06 2012 +0200

Unusual and difficult-to-maintain comment removed.

---

 src/Grid_simplify.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Grid_simplify.cc b/src/Grid_simplify.cc
index a7e20c7..4a0a515 100644
--- a/src/Grid_simplify.cc
+++ b/src/Grid_simplify.cc
@@ -467,7 +467,7 @@ Grid::simplify(Congruence_System& cgs, Dimension_Kinds& dim_kinds) {
 
       ++pivot_index;
     }
-  } // end for (dimension_type dim = num_columns; dim-- > 0; )
+  }
 
   if (pivot_index > 0) {
     // If the last row is false then make it the equality 1 = 0, and




More information about the PPL-devel mailing list