1
0
Fork 0

remove unnecessary syscall

This commit is contained in:
Jan Steemann 2014-03-25 00:47:43 +01:00
parent 24df691dd0
commit d0189d1f9b
1 changed files with 2 additions and 2 deletions

View File

@ -3741,7 +3741,7 @@ static int FillIndex (TRI_document_collection_t* document,
void** end;
void** ptr;
int res;
double starttime;
// double starttime;
primary = &document->base;
@ -3755,7 +3755,7 @@ static int FillIndex (TRI_document_collection_t* document,
}
starttime = TRI_microtime();
// starttime = TRI_microtime();
//printf("FillIndex _iid=%llu start time: %f\n",(unsigned long long) idx->_iid,
// starttime);
inserted = 0;