mirror of https://github.com/CGAL/cgal
Removing the using of clock function.
This commit is contained in:
parent
eabd463510
commit
33f07e07f2
|
|
@ -811,8 +811,8 @@ public:
|
|||
Event_queue event_queue;
|
||||
Status_line status;
|
||||
|
||||
int c_sweep_t;
|
||||
c_sweep_t = clock();
|
||||
//int c_sweep_t;
|
||||
//c_sweep_t = clock();
|
||||
|
||||
#ifdef CGAL_SWEEP_LINE_DEBUG
|
||||
unsigned int n = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue