diff options
author | julian <julian@FreeBSD.org> | 2002-07-04 12:37:13 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-07-04 12:37:13 +0000 |
commit | ad8d9d5fc8c09399a6b0c1a21640f471e39df3f4 (patch) | |
tree | ff292beb33f700cb857ecb27c3293ad09d4ed163 /sys | |
parent | 356fa88d49be1d225a0ee21cb3b0037f0510f09e (diff) | |
download | FreeBSD-src-ad8d9d5fc8c09399a6b0c1a21640f471e39df3f4.zip FreeBSD-src-ad8d9d5fc8c09399a6b0c1a21640f471e39df3f4.tar.gz |
A small cleanup.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/vm/vm_glue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index bfe044a..61f78e1 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -301,7 +301,6 @@ vm_waitproc(p) /* XXXKSE by here there should not be any threads left! */ FOREACH_THREAD_IN_PROC(p, td) { panic("vm_waitproc: Survivor thread!"); - pmap_dispose_thread(td); } vmspace_exitfree(p); /* and clean-out the vmspace */ } |