diff options
Diffstat (limited to 'kern/mach_clock.c')
-rw-r--r-- | kern/mach_clock.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kern/mach_clock.c b/kern/mach_clock.c index 6f964f73..c6e54c20 100644 --- a/kern/mach_clock.c +++ b/kern/mach_clock.c @@ -52,7 +52,6 @@ #include <kern/sched.h> #include <kern/sched_prim.h> #include <kern/thread.h> -#include <kern/time_stamp.h> #include <kern/timer.h> #include <kern/priority.h> #include <vm/vm_kern.h> @@ -206,12 +205,6 @@ void clock_interrupt( timer_elt_t telt; boolean_t needsoft = FALSE; -#if TS_FORMAT == 1 - /* - * Increment the tick count for the timestamping routine. - */ - ts_tick_count++; -#endif /* TS_FORMAT == 1 */ /* * Update the tick count since bootup, and handle |