Remove unused variable.

This commit is contained in:
Poul-Henning Kamp 2002-02-26 09:16:27 +00:00
parent be2adb3b6c
commit 1634e90817

View File

@ -550,7 +550,6 @@ pps_event(struct pps_state *pps, struct timecounter *tc, unsigned count, int eve
}
#ifdef PPS_SYNC
if (fhard) {
u_int64_t delta;
/* magic, at its best... */
tcount = count - pps->ppscount[2];
pps->ppscount[2] = count;