Salome HOME
Fix memory corruption and refactor some points.
[modules/yacs.git] / src / engine / Loop.cxx
index bf56f7789275a23effced0fdc1f072547a5f430c..0ea4a1c1c5b779839da5f5f1373c526f4aa7d4fe 100644 (file)
@@ -392,10 +392,6 @@ void Loop::edRemoveChild(Node *node) throw(YACS::Exception)
   modified();
 }
 
-void Loop::selectRunnableTasks(std::vector<Task *>& tasks)
-{
-}
-
 std::list<Node *> Loop::edGetDirectDescendants() const
 {
   list<Node *> ret;