Remove an unused variable.

This commit is contained in:
Poul-Henning Kamp 2002-10-11 10:36:22 +00:00
parent 8429f03018
commit 2e07db0b0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104881

View File

@ -147,7 +147,6 @@ static long time_precision = 1; /* clock precision (ns) */
static long time_maxerror = MAXPHASE / 1000; /* maximum error (us) */
static long time_esterror = MAXPHASE / 1000; /* estimated error (us) */
static long time_reftime; /* time at last adjustment (s) */
static long time_tick; /* nanoseconds per tick (ns) */
static l_fp time_offset; /* time offset (ns) */
static l_fp time_freq; /* frequency offset (ns/s) */
static l_fp time_adj; /* tick adjust (ns/s) */
@ -580,12 +579,6 @@ static void
ntp_init()
{
/*
* The following variable must be initialized any time the
* kernel variable hz is changed.
*/
time_tick = NANOSECOND / hz;
/*
* The following variables are initialized only at startup. Only
* those structures not cleared by the compiler need to be