diff options
-rw-r--r-- | sys/sys/mutex.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 7088575..e7e0b28 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -74,16 +74,6 @@ */ #define MTX_DESTROYED (MTX_CONTESTED | MTX_UNOWNED) -#endif /* _KERNEL */ - -/* - * XXX: Friendly reminder to fix things in MP code that is presently being - * XXX: worked on. - */ -#define mp_fixme(string) - -#ifdef _KERNEL - /* * Prototypes * |