Index: trunk/Ohana/src/opihi/pcontrol/host.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/host.c	(revision 8424)
+++ trunk/Ohana/src/opihi/pcontrol/host.c	(revision 10652)
@@ -68,40 +68,4 @@
   }
 
-# if 0
-    host = PullHostFromStackByName (PCONTROL_HOST_IDLE, argv[2]);
-    if (host) {
-      StopHost (host);
-      OffHost (host);
-      ClearCheckPoint ();
-      return (TRUE);
-    }
-    host = PullHostFromStackByName (PCONTROL_HOST_DOWN, argv[2]);
-    if (host) {
-      OffHost (host);
-      ClearCheckPoint ();
-      return (TRUE);
-    }
-    /* XXX the 'markoff' flag is not being checked */
-    host = PullHostFromStackByName (PCONTROL_HOST_BUSY, argv[2]);
-    if (host) {
-      host[0].markoff  = TRUE;
-      PutHost (host, PCONTROL_HOST_BUSY, STACK_BOTTOM);
-      ClearCheckPoint ();
-      return (TRUE);
-    }
-    /* XXX the 'markoff' flag is not being checked */
-    host = PullHostFromStackByName (PCONTROL_HOST_DONE, argv[2]);
-    if (host) {
-      host[0].markoff  = TRUE;
-      PutHost (host, PCONTROL_HOST_DONE, STACK_BOTTOM);
-      ClearCheckPoint ();
-      return (TRUE);
-    }
-    gprint (GP_LOG, "host %s is not found (already off?)\n", argv[2]);
-    ClearCheckPoint ();
-    return (FALSE);
-  }
-# endif
-
   if (!strcasecmp (argv[1], "DELETE")) {
     // a check point is not required: no possible thief
