0022972: Eliminate macro definitions that has compiler-provided analogs (WNT and...
[occt.git] / src / Standard / Standard_MMgrTBBalloc.cxx
index b7eec7d..de1d4b0 100644 (file)
 #include <Standard_MMgrTBBalloc.hxx>
 #include <Standard_OutOfMemory.hxx>
 
-// NOTE: replaced by more correct check
-//#if defined(WNT) || defined(LIN)
-//#define HAVE_TBB 1
-//#endif
-
 // paralleling with Intel TBB
 #ifdef HAVE_TBB
 #include <tbb/scalable_allocator.h>