From 1cf44293d6efe09487900def9953730abca75a54 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 13 May 2018 21:54:30 -0700 Subject: [PATCH] Apple doesn't need special definition for jiffies-per-second. --- src/microcode/uxenv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/microcode/uxenv.c b/src/microcode/uxenv.c index 170c959a1..47c0227a9 100644 --- a/src/microcode/uxenv.c +++ b/src/microcode/uxenv.c @@ -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 */ -- 2.25.1