Remove an unused variable.
This commit is contained in:
parent
2c6b097f46
commit
ae4ae707ad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user