Index: trunk/Ohana/src/opihi/pantasks/CheckTasks.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 4603)
+++ trunk/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 4684)
@@ -19,6 +19,4 @@
     if (task[0].Nmax && (task[0].Njobs >= task[0].Nmax)) continue;
 
-    SetCurrentTask (task[0].name);
-
     /* ready to run? : run task.exec macro */
     if (task[0].exec != NULL) {
@@ -26,7 +24,4 @@
       if (!status) continue;
     }
-
-    /* is task valid?  check state of task.(argc, argv) */
-    /*** ADD CODE HERE ***/
 
     /* construct job from task */
