diff options
Diffstat (limited to 'thirdparty/embree/common/algorithms/parallel_for.h')
-rw-r--r-- | thirdparty/embree/common/algorithms/parallel_for.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/thirdparty/embree/common/algorithms/parallel_for.h b/thirdparty/embree/common/algorithms/parallel_for.h index 645681ac63..6d411e4852 100644 --- a/thirdparty/embree/common/algorithms/parallel_for.h +++ b/thirdparty/embree/common/algorithms/parallel_for.h @@ -26,7 +26,6 @@ namespace embree abort(); // -- GODOT end -- } - #elif defined(TASKING_TBB) #if TBB_INTERFACE_VERSION >= 12002 tbb::task_group_context context; |