Index: trunk/psLib/src/sysUtils/psLogMsg.c
===================================================================
--- trunk/psLib/src/sysUtils/psLogMsg.c	(revision 3264)
+++ trunk/psLib/src/sysUtils/psLogMsg.c	(revision 3476)
@@ -11,6 +11,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-22 21:52:49 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -383,10 +383,2 @@
     va_end(ap);
 }
-void psWarning(const char* name, const char* fmt, ...)
-{
-    va_list ap;
-
-    va_start(ap, fmt);
-    psLogMsgV(name, PS_LOG_WARN, fmt, ap);
-    va_end(ap);
-}
