]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Switch.cxx
Salome HOME
Fix memory corruption and refactor some points.
[modules/yacs.git] / src / engine / Switch.cxx
index 93323cafddfc802ecc84d4b3bdb08cd47e45260c..947473706575d82b4c3bc363ae891ad37778b119 100644 (file)
@@ -386,10 +386,6 @@ void Switch::getReadyTasks(std::vector<Task *>& tasks)
     }
 }
 
-void Switch::selectRunnableTasks(std::vector<Task *>& tasks)
-{
-}
-
 list<Node *> Switch::edGetDirectDescendants() const
 {
   list<Node *> ret;