It was used way back in ancient times in the binary translator
but today no more uses remain. So let us remove this global
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
#undef ASSERT_BUG_DEBUGONLY
#define ASSERT_BUG_DEBUGONLY(bug, cond) ((void) 0)
-#undef ASSERT_LENGTH
-#define ASSERT_LENGTH(real, expected) ((void) 0)
-
/*
* Expand NOT_REACHED() as appropriate for each situation.
*
*/
#define MY_ASSERTS(name, assertions) \
- static INLINE void name(void) { \
- assertions \
+ static INLINE void name(void) { \
+ assertions \
}
#ifdef __cplusplus