mirror of https://github.com/CGAL/cgal
- Removed an unused wariable to get rid of a compiler warning.
This commit is contained in:
parent
cb4779867b
commit
62f9b1b192
|
|
@ -84,7 +84,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:
|
||||
|
|
|
|||
|
|
@ -90,7 +90,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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue