Index: trunk/Ohana/src/opihi/pclient/pclient.c
===================================================================
--- trunk/Ohana/src/opihi/pclient/pclient.c	(revision 4691)
+++ trunk/Ohana/src/opihi/pclient/pclient.c	(revision 4714)
@@ -12,22 +12,6 @@
   auto_break = TRUE;
 
-  Nlists = 0;
-  ALLOCATE (lists, List, 1); 
-
-  /* init functions required by libraries */
-  /* -libshell */
-  InitCommands ();
-  InitMacros ();
-  InitBuffers ();
-  InitVectors ();
-  InitVariables ();
-
-  /* -libdata */
-  InitGraph ();
-  InitImage ();
-
   /* load the commands used by this implementation */
   InitBasic ();
-  InitOutfile ();
   InitPclient ();
   InitChild ();
