From 630d42c60dc0890f99b80137de0d70d20b08804b Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Sat, 16 Apr 2016 19:10:41 +0200 Subject: [PATCH] Remove redundant variable. --- .../include/CGAL/NewKernel_d/function_objects_cartesian.h | 1 - 1 file changed, 1 deletion(-) diff --git a/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h b/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h index 737f3ba0091..aa073d8af29 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/function_objects_cartesian.h @@ -687,7 +687,6 @@ template struct Construct_circumcenter : Store_kernel { typedef typename LAd::Vector Vec; typename Get_functor::type sp(this->kernel()); int k=static_cast(std::distance(f,e)); - int d=pd(p0); Matrix m(k,k); Vec b(k); Vec l(k);