Index: trunk/Ohana/src/opihi/pantasks/run.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/run.c	(revision 4450)
+++ trunk/Ohana/src/opihi/pantasks/run.c	(revision 4552)
@@ -14,15 +14,2 @@
   return (TRUE);
 }
-
-int stop (int argc, char **argv) {
-
-  if (argc != 1) {
-    fprintf (stderr, "USAGE: stop\n");
-    return (FALSE);
-  }
-
-  rl_event_hook = NULL;
-  rl_set_keyboard_input_timeout (1000000); 
-
-  return (TRUE);
-}
