Index: /trunk/psLib/src/astro/psTime.c
===================================================================
--- /trunk/psLib/src/astro/psTime.c	(revision 9817)
+++ /trunk/psLib/src/astro/psTime.c	(revision 9818)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-31 05:06:19 $
+ *  @version $Revision: 1.101 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-01 21:45:08 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1865,9 +1865,4 @@
     PS_ASSERT_PTR_NON_NULL(inTime, NULL);
     psTime *outTime = psTimeAlloc(inTime->type);
-    if (outTime == NULL) {
-        psError(PS_ERR_BAD_PARAMETER_TYPE, true,
-                "Invalid type specified in psTimeCopy.  %x", inTime->type);
-        return NULL;
-    }
     //    *outTime = *inTime;
     outTime->sec = inTime->sec;
