mirror of https://github.com/CGAL/cgal
removed unused variable
This commit is contained in:
parent
81c0218c2e
commit
41515c7ca0
|
|
@ -36,8 +36,6 @@ typedef R::Plane_3 Plane_3;
|
|||
typedef CGAL::Creator_uniform_3<double,Point_3> Creator;
|
||||
typedef CGAL::Random_points_in_sphere_3<Point_3,Creator> Generator;
|
||||
|
||||
const unsigned int num = 500;
|
||||
|
||||
void test_coplanar_xy()
|
||||
{
|
||||
std::list<Point_3> points;
|
||||
|
|
|
|||
Loading…
Reference in New Issue