summaryrefslogtreecommitdiff
path: root/libports/ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'libports/ports.h')
-rw-r--r--libports/ports.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libports/ports.h b/libports/ports.h
index ef15e321..2d52daa4 100644
--- a/libports/ports.h
+++ b/libports/ports.h
@@ -162,9 +162,6 @@ error_t ports_create_port (struct port_class *class,
struct port_bucket *bucket,
size_t size,
void *result);
-/* This is obsolete. Use ports_create_port. */
-void *ports_allocate_port (struct port_bucket *bucket, size_t size,
- struct port_class *class);
/* For an existing RECEIVE right, create and return in RESULT a new port
structure; BUCKET, SIZE, and CLASS args are as for ports_create_port. */
@@ -172,10 +169,6 @@ error_t ports_import_port (struct port_class *class,
struct port_bucket *bucket,
mach_port_t port, size_t size,
void *result);
-/* This is obsolete. Use ports_import_port. */
-void *ports_intern_external_port (struct port_bucket *bucket,
- mach_port_t receive, size_t size,
- struct port_class *class);
/* Destroy the receive right currently associated with PORT and allocate
a new one. */