Eliminate an unused but initialized variable.

This commit is contained in:
Alan Cox 2004-10-30 20:11:23 +00:00
parent de45162d8c
commit af117d1278

View File

@ -137,13 +137,11 @@ vm_page_zero_idle_wakeup(void)
static void
vm_pagezero(void __unused *arg)
{
struct proc *p;
struct rtprio rtp;
struct thread *td;
int pages, pri;
td = curthread;
p = td->td_proc;
rtp.prio = RTP_PRIO_MAX;
rtp.type = RTP_PRIO_IDLE;
pages = 0;