Index: trunk/psLib/src/astronomy/psTime.c
===================================================================
--- trunk/psLib/src/astronomy/psTime.c	(revision 2001)
+++ trunk/psLib/src/astronomy/psTime.c	(revision 2016)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-07 19:16:46 $
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-08 01:07:22 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -469,5 +469,4 @@
     // Convert Universal Time (UTC) to  UT1
     ALLOC_TIME(ut1UtcDelta);
-    // ALLOC_TIME(ut1Time);
     ut1UtcDelta->usec = psGetUT1Delta(utcTime)*1e6;
     ut1Time = psTimeAdd(utcTime, ut1UtcDelta);
@@ -479,5 +478,4 @@
 
     // Calculate Terrestial Dynamical Time (TDT)
-    // ALLOC_TIME(tdtTime);
     ALLOC_TIME(tdtDelta);
     tdtDelta->sec = 32;
