From a2ad284d84d88b8a0c139fbdeab3ef1a3a46d0d4 Mon Sep 17 00:00:00 2001 From: Kaspar Fischer Date: Sat, 15 Mar 2003 11:07:06 +0000 Subject: [PATCH] - Removed unused variable in benchmark.C since this caused warnings under GCC 3.2. --- .../examples/Min_sphere_of_spheres_d/benchmark.C | 2 +- Packages/Min_sphere_of_spheres_d/web/Min_sphere_of_spheres_d.fw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.C b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.C index 8d9c6f38fea..ac827476d71 100644 --- a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.C +++ b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.C @@ -122,7 +122,7 @@ int main(int,char **) { Minsphere mb(S.begin(),S.end()); // measure time: - bool e = mb.is_empty(); + mb.is_empty(); time = clock() - time; // output running time: diff --git a/Packages/Min_sphere_of_spheres_d/web/Min_sphere_of_spheres_d.fw b/Packages/Min_sphere_of_spheres_d/web/Min_sphere_of_spheres_d.fw index ea5fc087447..fe9bc574e19 100644 --- a/Packages/Min_sphere_of_spheres_d/web/Min_sphere_of_spheres_d.fw +++ b/Packages/Min_sphere_of_spheres_d/web/Min_sphere_of_spheres_d.fw @@ -704,7 +704,7 @@ int main(int,char **) { Minsphere mb(S.begin(),S.end()); // measure time: - bool e = mb.is_empty(); + mb.is_empty(); time = clock() - time; // output running time: