aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_swapout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_swapout.c')
-rw-r--r--sys/vm/vm_swapout.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/vm/vm_swapout.c b/sys/vm/vm_swapout.c
index e9461bb75419..140dabaf2fa3 100644
--- a/sys/vm/vm_swapout.c
+++ b/sys/vm/vm_swapout.c
@@ -961,10 +961,3 @@ swapout(struct proc *p)
p->p_swtick = ticks;
return (0);
}
-
-/* Used to determine if the current process is itself the reaper. */
-bool
-vm_curproc_is_vmproc(void)
-{
- return curproc == vmproc;
-}