X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fengine%2FSwitch.hxx;fp=src%2Fengine%2FSwitch.hxx;h=5d0ccb7175c455644b8939808ca95d279e8fc4b2;hb=dff523975d6234e5266e4d1c673ffb2cd12ee2b8;hp=bc4b7460e8b7ccbb69f8704ed5f4ca51998c3149;hpb=ab310dc68c4114bae2a1744fbd424029b2aa68fe;p=modules%2Fyacs.git diff --git a/src/engine/Switch.hxx b/src/engine/Switch.hxx index bc4b7460e..5d0ccb717 100644 --- a/src/engine/Switch.hxx +++ b/src/engine/Switch.hxx @@ -111,7 +111,6 @@ namespace YACS virtual bool edAddChild(Node *DISOWNnode) throw(Exception); int getMaxCase(); void getReadyTasks(std::vector& tasks); - void selectRunnableTasks(std::vector& tasks); std::list edGetDirectDescendants() const; InputPort *edGetConditionPort() { return &_condition; } void writeDot(std::ostream &os) const;