Commit 7ae4738e authored by Allan Stephens's avatar Allan Stephens Committed by Paul Gortmaker

tipc: Remove unused sanity test macro

Eliminates a TIPC-specific assert() macro that is no longer used.
Signed-off-by: default avatarAllan Stephens <allan.stephens@windriver.com>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 5e726900
......@@ -61,12 +61,6 @@
struct tipc_msg; /* msg.h */
struct print_buf; /* log.h */
/*
* TIPC sanity test macros
*/
#define assert(i) BUG_ON(!(i))
/*
* TIPC system monitoring code
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment