summaryrefslogtreecommitdiff
path: root/kern/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/assert.h')
-rw-r--r--kern/assert.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/kern/assert.h b/kern/assert.h
index 2829728..d2bb56e 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)