[PPL-devel] [GIT] ppl/ppl(master): Avoid unused variable warning.

Patricia Hill p.m.hill at leeds.ac.uk
Thu Apr 23 08:20:08 CEST 2009


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

Author: Patricia Hill <p.m.hill at leeds.ac.uk>
Date:   Thu Apr 23 07:16:52 2009 +0100

Avoid unused variable warning.

---

 tests/Powerset/fromgrid1.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Powerset/fromgrid1.cc b/tests/Powerset/fromgrid1.cc
index e8f5fc3..938915e 100644
--- a/tests/Powerset/fromgrid1.cc
+++ b/tests/Powerset/fromgrid1.cc
@@ -394,7 +394,7 @@ test16() {
   // be set to false.
   // So we add this test to set the omega reduction pps_gr.reduced
   // flag to true.
-  bool top_closed = pps_gr.is_topologically_closed();
+  pps_gr.is_topologically_closed();
 
   Pointset_Powerset<NNC_Polyhedron> pps(pps_gr);
 




More information about the PPL-devel mailing list