diff options
Diffstat (limited to 'vm')
-rw-r--r-- | vm/vm_object.c | 2 |
1 files changed, 0 insertions, 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: |