Remove dangling variable

This commit is contained in:
phk 2004-11-06 11:33:11 +00:00
parent 69064711c1
commit 8b96099f88

View File

@ -161,7 +161,6 @@ vm_pagezero(void __unused *arg)
wakeup_needed = TRUE;
msleep(&zero_state, &vm_page_queue_mtx,
PDROP | td->td_priority, "pgzero", hz * 300);
pages = 0;
}
}
}