aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-07-30 21:18:08 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-07-30 21:18:08 +0000
commit3cca4b6fe82407c00af262ed63ed3b531b8b2acf (patch)
treeae6b33358afffa4593683f0c9b1d94e67e597ce5 /sys/vm/vm_object.c
parent3677ad363bf0a780a8c775ee9292e9deb9cae6da (diff)
Notes
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 4aed5e7114f9..80ace35f776d 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);
-
}