summaryrefslogtreecommitdiff
path: root/include/mach/task_special_ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/task_special_ports.h')
-rw-r--r--include/mach/task_special_ports.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/mach/task_special_ports.h b/include/mach/task_special_ports.h
index 3d61c83..42ecc15 100644
--- a/include/mach/task_special_ports.h
+++ b/include/mach/task_special_ports.h
@@ -63,20 +63,4 @@
#define task_set_bootstrap_port(task, port) \
(task_set_special_port((task), TASK_BOOTSTRAP_PORT, (port)))
-
-/* Definitions for the old IPC interface. */
-
-#if MACH_IPC_COMPAT
-
-#define TASK_NOTIFY_PORT 2 /* Task receives kernel IPC
- notifications here. */
-
-#define task_get_notify_port(task, port) \
- (task_get_special_port((task), TASK_NOTIFY_PORT, (port)))
-
-#define task_set_notify_port(task, port) \
- (task_set_special_port((task), TASK_NOTIFY_PORT, (port)))
-
-#endif /* MACH_IPC_COMPAT */
-
#endif /* _MACH_TASK_SPECIAL_PORTS_H_ */