diff --git a/Number_types/include/CGAL/Lazy_exact_nt.h b/Number_types/include/CGAL/Lazy_exact_nt.h index d15c11a73bd7..2300721f4821 100644 --- a/Number_types/include/CGAL/Lazy_exact_nt.h +++ b/Number_types/include/CGAL/Lazy_exact_nt.h @@ -543,9 +543,6 @@ public : return Interval_nt(i.inf(), i.sup()); } - Interval_nt_advanced approx_adv() const - { return this->ptr()->approx(); } - private: static double & relative_precision_of_to_double_internal() {