summaryrefslogtreecommitdiff
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 3c42ccae5e72..8dce64917f18 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -696,14 +696,10 @@ int action;
struct proc *p;
struct thread *td;
struct ksegrp *kg;
- struct proc *outp, *outp2;
- int outpri, outpri2;
int didswap = 0;
GIANT_REQUIRED;
- outp = outp2 = NULL;
- outpri = outpri2 = INT_MIN;
retry:
sx_slock(&allproc_lock);
FOREACH_PROC_IN_SYSTEM(p) {