diff options
Diffstat (limited to 'kern/assert.h')
-rw-r--r-- | kern/assert.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kern/assert.h b/kern/assert.h index 2829728b..d2bb56e1 100644 --- a/kern/assert.h +++ b/kern/assert.h @@ -44,11 +44,7 @@ MACRO_BEGIN \ Assert(#ex, __FILE__, __LINE__); \ MACRO_END -#ifdef lint -#define assert_static(x) -#else /* lint */ #define assert_static(x) assert(x) -#endif /* lint */ #else /* MACH_ASSERT */ #define assert(ex) |