aboutsummaryrefslogtreecommitdiff
path: root/libpager/mig-mutate.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpager/mig-mutate.h')
-rw-r--r--libpager/mig-mutate.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libpager/mig-mutate.h b/libpager/mig-mutate.h
index c4f30ce2..66d37cdc 100644
--- a/libpager/mig-mutate.h
+++ b/libpager/mig-mutate.h
@@ -21,12 +21,3 @@
#define MEMORY_OBJECT_INTRAN_PAYLOAD pager_t begin_using_pager_payload
#define MEMORY_OBJECT_DESTRUCTOR end_using_pager (pager_t)
#define MEMORY_OBJECT_IMPORTS import "mig-decls.h";
-
-#define NOTIFY_INTRAN \
- port_info_t begin_using_port_info_port (mach_port_t)
-#define NOTIFY_INTRAN_PAYLOAD \
- port_info_t begin_using_port_info_payload
-#define NOTIFY_DESTRUCTOR \
- end_using_port_info (port_info_t)
-#define NOTIFY_IMPORTS \
- import "libports/mig-decls.h";