diff --git a/Packages/_QP_solver/include/CGAL/_QP_solver/Pricing_strategy_base.h b/Packages/_QP_solver/include/CGAL/_QP_solver/Pricing_strategy_base.h index 5c4ad3fb4d1..2133621fa2e 100644 --- a/Packages/_QP_solver/include/CGAL/_QP_solver/Pricing_strategy_base.h +++ b/Packages/_QP_solver/include/CGAL/_QP_solver/Pricing_strategy_base.h @@ -44,11 +44,6 @@ class QP_solver; // Class interface // =============== -struct To_double { - template < class NT > - double operator () ( const NT& x) { return CGAL::to_double( x); } -}; - template < class _Rep > class Pricing_strategy_base { public: