Skip to content

Commit e8fa777

Browse files
committed
Remove extraneous if condition
1 parent 1fa7b43 commit e8fa777

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

stan/math/prim/core/init_threadpool_tbb.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
#include <tbb/tbb_stddef.h>
1010

1111
#if TBB_VERSION_MAJOR >= 2020
12-
#ifndef TBB_INTERFACE_NEW
1312
#define TBB_INTERFACE_NEW
1413
#endif
1514
#endif
16-
#endif
1715

1816
#ifdef TBB_INTERFACE_NEW
1917
#include <tbb/global_control.h>

0 commit comments

Comments
 (0)