Index: trunk/stac/src/stac.c
===================================================================
--- trunk/stac/src/stac.c	(revision 3667)
+++ trunk/stac/src/stac.c	(revision 3673)
@@ -5,16 +5,6 @@
 #include <sys/time.h>
 
-double getTime(void)
-/* Gets the current time.  Got this from Nick Kaiser's fetchpix.c */
-{
-    struct timeval tv;
-    gettimeofday(&tv, NULL);
-    return(tv.tv_sec + 1.e-6 * tv.tv_usec);
-}
-
-
 int main(int argc, char **argv)
 {
-
     double startTime = getTime();
 
