Index: trunk/Ohana/src/opihi/pantasks/server.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/server.c	(revision 16463)
+++ trunk/Ohana/src/opihi/pantasks/server.c	(revision 23530)
@@ -5,5 +5,4 @@
 int input      	    PROTO((int, char **));
 int module     	    PROTO((int, char **));
-int server_load	    PROTO((int, char **));
 int server_run	    PROTO((int, char **));
 int server_stop	    PROTO((int, char **));
@@ -20,5 +19,4 @@
   {1, "input",  input,  "load input file on server"},
   {1, "module", module, "load module file on server"},
-  {1, "load",   server_load, "load input file on server"},
   {1, "run",    server_run,  "run scheduler"},
   {1, "stop",   server_stop, "stop scheduler"},
