From 4771e77e384b6bc2e74b071c089a8ca61f49125f Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 26 Feb 2002 01:01:37 +0000 Subject: [PATCH] Remove unused variable (td) --- sys/vm/vm_glue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 65592585c839..e86b9a9ba6b6 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -485,7 +485,6 @@ int action; { struct proc *p; struct ksegrp *kg; - struct thread *td; struct proc *outp, *outp2; int outpri, outpri2; int didswap = 0;