summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 4aed5e7..80ace35 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -612,7 +612,6 @@ vm_object_destroy(vm_object_t object)
* Free the space for the object.
*/
uma_zfree(obj_zone, object);
-
}
OpenPOWER on IntegriCloud