diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-01-16 14:47:38 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-01-16 14:47:38 +0100 |
commit | 1b929c6f3ac51372914c4c0d49be8f27caee5ca5 (patch) | |
tree | 91b0f3ce6d1282dd447df78248cb1f459128abfb | |
parent | 84c4437004d9c4767da56500661f49afe4582658 (diff) |
vm: remove the declaration of memory_object_create_proxy
It is not clear to me why the declaration was put there in the first
place. It is not used anywhere, and it conflicts with the declaration
generated by mig.
* vm/memory_object_proxy.h (memory_object_create_proxy): Remove declaration.
-rw-r--r-- | vm/memory_object_proxy.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vm/memory_object_proxy.h b/vm/memory_object_proxy.h index 3de6996..dc0ea74 100644 --- a/vm/memory_object_proxy.h +++ b/vm/memory_object_proxy.h @@ -30,17 +30,6 @@ extern void memory_object_proxy_init (void); extern boolean_t memory_object_proxy_notify (mach_msg_header_t *msg); -extern kern_return_t memory_object_create_proxy (const ipc_space_t space, - vm_prot_t max_protection, - ipc_port_t *object, - natural_t object_count, - const vm_offset_t *offset, - natural_t offset_count, - const vm_offset_t *start, - natural_t start_count, - const vm_offset_t *len, - natural_t len_count, - ipc_port_t *port); extern kern_return_t memory_object_proxy_lookup (ipc_port_t port, ipc_port_t *object, vm_prot_t *max_protection); |