diff --git a/Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp b/Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp index fc989849666..32e92903271 100644 --- a/Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp +++ b/Bounding_volumes/examples/Min_sphere_d/min_sphere_3.cpp @@ -17,7 +17,6 @@ const int d = 3; // dimension of points int main () { Point P[n]; // n points - double coord[d]; // d coordinates CGAL::Random r; // random number generator for (int i=0; i