mirror of https://github.com/CGAL/cgal
Remove unused variable
This commit is contained in:
parent
05a4d4abd4
commit
2896a2895d
|
|
@ -128,8 +128,6 @@ namespace CGAL {
|
|||
GT().compute_scalar_product_3_object();
|
||||
typename GT::Compute_squared_distance_3 squared_distance =
|
||||
GT().compute_squared_distance_3_object();
|
||||
typename GT::Compute_squared_radius_3 radius =
|
||||
GT().compute_squared_radius_3_object();
|
||||
typename GT::Construct_center_3 center =
|
||||
GT().construct_center_3_object();
|
||||
typename GT::Compute_squared_radius_3 squared_radius =
|
||||
|
|
|
|||
Loading…
Reference in New Issue