- Clean up an unused variable.

Submitted by:	Steve Kargl <skg@routmask.apl.washington.edu>
This commit is contained in:
jeff 2003-07-07 21:08:28 +00:00
parent 58bbb89074
commit 6465cec224

View File

@ -528,7 +528,9 @@ kseq_setup(struct kseq *kseq)
static void
sched_setup(void *dummy)
{
#ifdef SMP
int i;
#endif
slice_min = (hz/100); /* 10ms */
slice_max = (hz/7); /* ~140ms */