diff --git a/Filtered_kernel/include/CGAL/Lazy_kernel.h b/Filtered_kernel/include/CGAL/Lazy_kernel.h index 8c02b7f7c99..0e9bb380f6a 100644 --- a/Filtered_kernel/include/CGAL/Lazy_kernel.h +++ b/Filtered_kernel/include/CGAL/Lazy_kernel.h @@ -484,8 +484,6 @@ public: { typedef typename Kernel_::Point_3 Point_3; - using BaseClass::Less_xyz_3::operator(); - bool operator()(const Point_3& p, const Point_3& q) const { if (p.rep().identical(q.rep())) { return false; }