summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2004-08-12 17:22:28 +0000
committergreen <green@FreeBSD.org>2004-08-12 17:22:28 +0000
commit09c41336ae891508da0d990920e3395aaeb66a6c (patch)
treec9f03101868c6b266982c39ac00395fc183a6e89 /sys/vm/vm_map.c
parent4da4abbfcd105c2e425cdaa57b6e953b3a25f34b (diff)
downloadFreeBSD-src-09c41336ae891508da0d990920e3395aaeb66a6c.zip
FreeBSD-src-09c41336ae891508da0d990920e3395aaeb66a6c.tar.gz
Re-delete the comment from r1.352.
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r--sys/vm/vm_map.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 008485c..cf0d908 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -3021,9 +3021,6 @@ RetryLookup:;
*pindex = OFF_TO_IDX((vaddr - entry->start) + entry->offset);
*object = entry->object.vm_object;
- /*
- * Return whether this is the only map sharing this data.
- */
*out_prot = prot;
return (KERN_SUCCESS);
OpenPOWER on IntegriCloud