remove unused variable

This commit is contained in:
Andreas Fabri 2023-10-25 16:10:14 +01:00
parent c985988789
commit c7ab4718fd
1 changed files with 0 additions and 1 deletions

View File

@ -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);