diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index 55dda34ff0d..f2a12a84664 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -670,10 +670,6 @@ pps_event(struct pps_state *pps, int event) return; } - /* Return if nothing really happened. */ - if (*pcount == pps->capcount) - return; - /* Convert the count to a timespec. */ tcount = pps->capcount - pps->capth->th_offset_count; tcount &= pps->capth->th_counter->tc_counter_mask;