summaryrefslogtreecommitdiff
path: root/include/mach/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/error.h')
-rw-r--r--include/mach/error.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mach/error.h b/include/mach/error.h
index 72a2d79c..035dcf83 100644
--- a/include/mach/error.h
+++ b/include/mach/error.h
@@ -44,7 +44,6 @@
#define err_none (mach_error_t)0
#define ERR_SUCCESS (mach_error_t)0
-#define ERR_ROUTINE_NIL (mach_error_fn_t)0
#define err_system(x) (((x)&0x3f)<<26)
@@ -89,7 +88,6 @@
#ifndef __ASSEMBLER__
typedef kern_return_t mach_error_t;
-typedef mach_error_t (* mach_error_fn_t)();
#endif /* __ASSEMBLER__ */
#endif /* _MACH_ERROR_H_ */