Removing OMP: get rid of last bit in /editors/ area.

Just removing it, such cases are not bottlenecks and not worth the
complication of doing real threading with own BLI_task.
This commit is contained in:
Bastien Montagne 2017-11-21 17:52:25 +01:00
parent 6c372530b4
commit 7770c2ef87
1 changed files with 0 additions and 1 deletions

View File

@ -1240,7 +1240,6 @@ void EDBM_mesh_reveal(BMEditMesh *em, bool select)
/* Use tag flag to remember what was hidden before all is revealed.
* BM_ELEM_HIDDEN --> BM_ELEM_TAG */
#pragma omp parallel for schedule(static) if (em->bm->totvert + em->bm->totedge + em->bm->totface >= BM_OMP_LIMIT)
for (i = 0; i < 3; i++) {
BMIter iter;
BMElem *ele;