diff options
-rw-r--r-- | sys/vm/vm_map.c | 3 |
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); |