diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 80ace35f776d..6a1f24d05bfd 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.