summaryrefslogtreecommitdiff
path: root/kern/assert.h
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-09 05:29:01 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-11-09 18:31:41 +0100
commit24d8170fa18e3bad9ef2fa1e100e34e93a6c1126 (patch)
tree38a626d0c390757c481d8d40d15f952c8d41dc8e /kern/assert.h
parentdd0989ad8e7526844fcbc2e26bbcc4cc37a010ac (diff)
Remove lint code
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)