mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
c985988789
commit
c7ab4718fd
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue