Salome HOME
Restoring orignal compute + cleanup
[modules/smesh.git] / src / SMESH / SMESH_Gen.hxx
index 7d3508c0f5d994df829a5b69324d70622aa9ceb7..6c28874885903cbf532803bfaf76e1f8e995d1c9 100644 (file)
@@ -187,8 +187,6 @@ private:
 
   volatile bool               _compute_canceled;
   std::list< SMESH_subMesh* > _sm_current;
-    // TODO: Replace by number of thread
-  ctpl::thread_pool *        _pool = nullptr; //thread pool for computation
 };
 
 #endif