]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Bloc.cxx
Salome HOME
Fix memory corruption and refactor some points.
[modules/yacs.git] / src / engine / Bloc.cxx
index 422e3947099d20254774fec16953c5ee051f032c..b12217dfb02b919e2637203f5cced5bc8e102a35 100644 (file)
@@ -229,10 +229,6 @@ Node *Bloc::getChildByShortName(const std::string& name) const throw(YACS::Excep
   throw Exception(what);
 }
 
-void Bloc::selectRunnableTasks(std::vector<Task *>& tasks)
-{
-}
-
 bool Bloc::areAllSubNodesDone() const
 {
   for(list<Node *>::const_iterator iter=_setOfNode.begin();iter!=_setOfNode.end();iter++)