Cleanup: Remove deprecated comment.

This commit is contained in:
2020-07-29 10:34:02 +02:00
parent e2e87efea2
commit ade7603379

View File

@@ -1440,8 +1440,6 @@ BVHTree *BKE_bvhtree_from_mesh_get(struct BVHTreeFromMesh *data,
mesh->medge, mesh->totedge, mesh->mvert, verts_len, &loose_vert_len);
}
/* TODO: a global mutex lock held during the expensive operation of
* building the BVH tree is really bad for performance. */
tree = bvhtree_from_mesh_verts_ex(data,
mesh->mvert,
verts_len,