aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-08-15 21:55:20 +0000
committerAlan Cox <alc@FreeBSD.org>1999-08-15 21:55:20 +0000
commitaecb0ebbac26c134110bf819c57b7f3b7907a52f (patch)
tree47135af83b54d066f50c7ae7eba184a39d90f229 /sys/vm/vm_object.c
parent91289ebc39c19da4ed72c53c6407e1cb36091bdc (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 389e3921b564..22fec87ed6bf 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.163 1999/08/12 06:33:56 alc Exp $
+ * $Id: vm_object.c,v 1.164 1999/08/12 08:22:57 alc Exp $
*/
/*
@@ -1610,8 +1610,6 @@ vm_object_in_map( object)
return 1;
if( _vm_object_in_map( mb_map, object, 0))
return 1;
- if( _vm_object_in_map( u_map, object, 0))
- return 1;
return 0;
}