tipc: Remove unused sanity test macro
Eliminates a TIPC-specific assert() macro that is no longer used. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
Родитель
5e72690038
Коммит
7ae4738e9e
|
@ -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
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче