Apple doesn't need special definition for jiffies-per-second.
authorChris Hanson <org/chris-hanson/cph>
Mon, 14 May 2018 04:54:30 +0000 (21:54 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 14 May 2018 04:54:30 +0000 (21:54 -0700)
src/microcode/uxenv.c

index 170c959a1b5df823979e8dc8e77da0dd8674e590..47c0227a90d3c330857432115d057d1aa6657342 100644 (file)
@@ -513,11 +513,7 @@ OS_current_jiffy (void)
 clock_t
 OS_jiffies_per_second (void)
 {
-#ifdef __APPLE__
-  return (CLK_TCK);
-#else
   return (UX_SC_CLK_TCK ());
-#endif
 }
 
 #else /* not HAVE_TIMES */