mirror of https://gitee.com/bigwinds/arangodb
remove unnecessary syscall
This commit is contained in:
parent
24df691dd0
commit
d0189d1f9b
|
@ -3741,7 +3741,7 @@ static int FillIndex (TRI_document_collection_t* document,
|
||||||
void** end;
|
void** end;
|
||||||
void** ptr;
|
void** ptr;
|
||||||
int res;
|
int res;
|
||||||
double starttime;
|
// double starttime;
|
||||||
|
|
||||||
primary = &document->base;
|
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,
|
//printf("FillIndex _iid=%llu start time: %f\n",(unsigned long long) idx->_iid,
|
||||||
// starttime);
|
// starttime);
|
||||||
inserted = 0;
|
inserted = 0;
|
||||||
|
|
Loading…
Reference in New Issue