Salome HOME
Save foreach state - work in progress.
[modules/yacs.git] / src / engine / DynParaLoop.cxx
index cca32828ba0ac1aaf2709accbc8a631a5895b0a8..996e6625ccbf518cd0631cb0fb1172eb9dfe54a6 100644 (file)
@@ -696,7 +696,7 @@ void DynParaLoop::forwardExecStateToOriginalBody(Node *execNode)
  *  \param node : the child node that has failed
  *  \return the state change
  */
-YACS::Event DynParaLoop::updateStateOnFailedEventFrom(Node *node, const Executor *execInst)
+YACS::Event DynParaLoop::updateStateOnFailedEventFrom(Node *node)
 {
   DEBTRACE("DynParaLoop::updateStateOnFailedEventFrom " << node->getName());
   setState(YACS::FAILED);