Salome HOME
Fix memory corruption and refactor some points.
[modules/yacs.git] / src / engine / Switch.hxx
index bc4b7460e8b7ccbb69f8704ed5f4ca51998c3149..5d0ccb7175c455644b8939808ca95d279e8fc4b2 100644 (file)
@@ -111,7 +111,6 @@ namespace YACS
       virtual bool edAddChild(Node *DISOWNnode) throw(Exception);
       int getMaxCase();
       void getReadyTasks(std::vector<Task *>& tasks);
-      void selectRunnableTasks(std::vector<Task *>& tasks);
       std::list<Node *> edGetDirectDescendants() const;
       InputPort *edGetConditionPort() { return &_condition; }
       void writeDot(std::ostream &os) const;