Remove dangling variable
This commit is contained in:
parent
69064711c1
commit
8b96099f88
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user