Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
 */