From c7ab4718fd581eaabe920d79255035934844e22f Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 25 Oct 2023 16:10:14 +0100 Subject: [PATCH] remove unused variable --- .../Static_filters/Power_side_of_oriented_power_sphere_3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h b/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h index 9f0554bc9e1..f4adbbe18cf 100644 --- a/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h +++ b/Filtered_kernel/include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h @@ -293,7 +293,6 @@ namespace CGAL { namespace internal { namespace Static_filters_predicates { double drt = (((square( drx ) + square( dry )) + square( drz )) + twt_rwt); int cmp; int int_tmp_result; - double eps; double RT_tmp_result = CGAL::determinant( dpx, dpy, dpt, dqx, dqy, dqt, drx, dry, drt ); double max7 = CGAL::abs(dpz);