* vm/vm_object.c (vm_object_terminate_remove_all): Remove unused variable.

---
 vm/vm_object.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/vm/vm_object.c b/vm/vm_object.c
index e1264f1..582487e 100644
--- a/vm/vm_object.c
+++ b/vm/vm_object.c
@@ -522,8 +522,6 @@ void vm_object_deallocate(
        }
 }
 
-boolean_t      vm_object_terminate_remove_all = FALSE;
-
 /*
  *     Routine:        vm_object_terminate
  *     Purpose:
-- 
1.8.1.4


Reply via email to