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);