Index: trunk/Ohana/src/opihi/pcontrol/KillJob.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/KillJob.c	(revision 10659)
+++ trunk/Ohana/src/opihi/pcontrol/KillJob.c	(revision 10661)
@@ -31,18 +31,8 @@
     case PCLIENT_HUNG:
       // don't do anything drastic, just keep trying
-      if (VerboseMode()) gprint (GP_ERR, "client is busy, not responding");
+      // XXX move to which stack??
+      gprint (GP_ERR, "client is busy, not responding (KillJob)");
       FreeIOBuffer (&buffer);
       return (TRUE);
-
-# if (0)
-      HarvestHost (host[0].pid);
-      // unlink host & job
-      job[0].host = NULL;
-      host[0].job = NULL;
-      PutHost (host, PCONTROL_HOST_DOWN, STACK_BOTTOM);
-      PutJobSetState (job, PCONTROL_JOB_PENDING, STACK_BOTTOM, PCONTROL_JOB_HUNG);
-      FreeIOBuffer (&buffer);
-      return (TRUE);
-# endif
 
     case PCLIENT_GOOD:
