diff options
Diffstat (limited to 'vm/vm_object.c')
-rw-r--r-- | vm/vm_object.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vm/vm_object.c b/vm/vm_object.c index 3461b23..e1264f1 100644 --- a/vm/vm_object.c +++ b/vm/vm_object.c @@ -59,14 +59,6 @@ #include <ddb/db_output.h> #endif /* MACH_KDB */ - -void memory_object_release( - ipc_port_t pager, - pager_request_t pager_request, - ipc_port_t pager_name); /* forward */ - -void vm_object_deactivate_pages(vm_object_t); - /* * Virtual memory objects maintain the actual data * associated with allocated virtual memory. A given @@ -1239,8 +1231,6 @@ kern_return_t vm_object_copy_slowly( * The object should be unlocked on entry and exit. */ -vm_object_t vm_object_copy_delayed(); /* forward declaration */ - boolean_t vm_object_copy_temporary( vm_object_t *_object, /* INOUT */ vm_offset_t *_offset, /* INOUT */ |