From 24d8170fa18e3bad9ef2fa1e100e34e93a6c1126 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sat, 9 Nov 2013 05:29:01 +0100 Subject: Remove lint code --- kern/macro_help.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kern/macro_help.h') diff --git a/kern/macro_help.h b/kern/macro_help.h index a3d156b7..7ce171f6 100644 --- a/kern/macro_help.h +++ b/kern/macro_help.h @@ -37,13 +37,8 @@ #include -#ifdef lint -boolean_t NEVER; -boolean_t ALWAYS; -#else /* lint */ #define NEVER FALSE #define ALWAYS TRUE -#endif /* lint */ #define MACRO_BEGIN ({ #define MACRO_END }) -- cgit v1.2.3