[PPL-devel] [GIT] ppl/ppl(master): Useless assignment removed.

Roberto Bagnara bagnara at cs.unipr.it
Sun Aug 1 17:43:18 CEST 2010


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Aug  1 17:12:52 2010 +0200

Useless assignment removed.

---

 src/Grid_public.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/Grid_public.cc b/src/Grid_public.cc
index fcf89c0..ac0ac43 100644
--- a/src/Grid_public.cc
+++ b/src/Grid_public.cc
@@ -184,7 +184,6 @@ PPL::Grid::Grid(const Polyhedron& ph,
     construct(cgs);
   }
   else {
-    gen_sys = Grid_Generator_System(space_dim);
     // First find a point or closure point and convert it to a
     // grid point and add to the (initially empty) set of grid generators.
     PPL_ASSERT(ph.generators_are_up_to_date());




More information about the PPL-devel mailing list