summaryrefslogtreecommitdiff
path: root/include/mach/mig_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/mig_errors.h')
-rw-r--r--include/mach/mig_errors.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/mach/mig_errors.h b/include/mach/mig_errors.h
index e71317a..5758ccf 100644
--- a/include/mach/mig_errors.h
+++ b/include/mach/mig_errors.h
@@ -86,16 +86,4 @@ typedef int (*mig_routine_t)(); /* PCC cannot handle void (*)() */
#endif
#endif
-/* Definitions for the old IPC interface. */
-
-#if MACH_IPC_COMPAT
-
-typedef struct {
- msg_header_t Head;
- msg_type_t RetCodeType;
- kern_return_t RetCode;
-} death_pill_t;
-
-#endif /* MACH_IPC_COMPAT */
-
#endif /* _MACH_MIG_ERRORS_H_ */