]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Bloc.hxx
Salome HOME
Fix memory corruption and refactor some points.
[modules/yacs.git] / src / engine / Bloc.hxx
index dce0ee4853d8a2958531d929f7b9a9993fe59a34..98f2e0fc0b6f9d6920fe16c4b105216d452a9c12 100644 (file)
@@ -52,7 +52,6 @@ namespace YACS
       std::list<Node *> getChildren() const { return _setOfNode; }
       std::list<Node *> edGetDirectDescendants() const { return _setOfNode; }
       Node *getChildByShortName(const std::string& name) const throw(Exception);
-      void selectRunnableTasks(std::vector<Task *>& tasks);
       virtual void writeDot(std::ostream &os) const;
       void accept(Visitor *visitor);
       template<bool direction>