From 0ba99b2a18bd423f8aa6ca0315051de76c20ef9c Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 27 Dec 2022 09:06:19 -0500 Subject: Delete kern_timestamp system call since it is not used Message-Id: --- kern/mach_clock.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'kern/mach_clock.c') 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 #include #include -#include #include #include #include @@ -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 -- cgit v1.2.3