openafs-kill-dead-code-20050403
[openafs.git] / src / rx / rx_clock.c
index 06d6a59..a455419 100644 (file)
@@ -49,11 +49,7 @@ RCSID
 
 #ifndef KERNEL
 
-#if defined(AFS_GFS_ENV)
-#define STARTVALUE 8000000     /* Ultrix bounds smaller, too small for general use */
-#else
 #define        STARTVALUE 100000000    /* Max number of seconds setitimer allows, for some reason */
-#endif
 static int startvalue = STARTVALUE;
 
 struct clock clock_now;                /* The last elapsed time ready by clock_GetTimer */