remove unnecessary tbb task_scheduler_init

release/4.3a0
acxz 2020-01-11 14:04:40 -05:00
parent eb85762483
commit b2e9331161
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@
#include <cstdint>
#ifdef GTSAM_USE_TBB
#include <tbb/task_scheduler_init.h>
#include <tbb/tbb_exception.h>
#include <tbb/scalable_allocator.h>
#endif