From d1ffbee57a435bdbc47d0d57fdd26ca1234c5e68 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 22 Jan 2016 08:08:13 +0100 Subject: [PATCH] a CGAL_USE too much --- Kernel_d/include/CGAL/Kernel_d/function_objectsCd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel_d/include/CGAL/Kernel_d/function_objectsCd.h b/Kernel_d/include/CGAL/Kernel_d/function_objectsCd.h index 3c82d134f6c..12321c69166 100644 --- a/Kernel_d/include/CGAL/Kernel_d/function_objectsCd.h +++ b/Kernel_d/include/CGAL/Kernel_d/function_objectsCd.h @@ -144,7 +144,6 @@ public: result_type operator()(Forward_iterator start, Forward_iterator end) const { CGAL_assertion(start!=end); - CGAL_USE(d); int d = start->dimension(); Matrix M(d); Vector b(d);