Salome HOME
Fix memory corruption and refactor some points.
[modules/yacs.git] / src / engine / Loop.hxx
index 395cca0a43fd5c2168ec6b9892a9fc518fd2e77e..f5558552e59a95d109d8879a855c9ac96d54ecee 100644 (file)
@@ -169,7 +169,6 @@ namespace YACS
       void getReadyTasks(std::vector<Task *>& tasks);
       void edRemoveChild(Node *node) throw(Exception);
       bool isRepeatedUnpredictablySeveralTimes() const { return true; }
-      void selectRunnableTasks(std::vector<Task *>& tasks);
       std::list<Node *> edGetDirectDescendants() const;
       std::list<InputPort *> getSetOfInputPort() const;
       int getNumberOfInputPorts() const;