summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-02-26 01:01:37 +0000
committerpeter <peter@FreeBSD.org>2002-02-26 01:01:37 +0000
commit4771e77e384b6bc2e74b071c089a8ca61f49125f (patch)
treeb09055c3996be94c2a66e2db68a62506106d6754 /sys/vm/vm_glue.c
parentc3e9a433a0908d837d5a41b2a292c179fbf04f73 (diff)
downloadFreeBSD-src-4771e77e384b6bc2e74b071c089a8ca61f49125f.zip
FreeBSD-src-4771e77e384b6bc2e74b071c089a8ca61f49125f.tar.gz
Remove unused variable (td)
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 6559258..e86b9a9 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;
OpenPOWER on IntegriCloud