diff options
-rw-r--r-- | sys/vm/vm_object.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 80ace35..6a1f24d 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -614,8 +614,6 @@ vm_object_destroy(vm_object_t object) uma_zfree(obj_zone, object); } - - /* * vm_object_terminate actually destroys the specified object, freeing * up all previously used resources. |