Removing the using of clock function.

This commit is contained in:
Ester Ezra 2001-05-31 16:11:52 +00:00
parent eabd463510
commit 33f07e07f2
1 changed files with 2 additions and 2 deletions

View File

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