- Removed unused variable in benchmark.C since this caused warnings

under GCC 3.2.
This commit is contained in:
Kaspar Fischer 2003-03-15 11:07:06 +00:00
parent 836d076bfb
commit a2ad284d84
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: