tipc: Remove unused sanity test macro
authorAllan Stephens <allan.stephens@windriver.com>
Mon, 23 May 2011 17:38:39 +0000 (13:38 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Jun 2011 20:18:15 +0000 (16:18 -0400)
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>
net/tipc/core.h

index 436dda1..d234a98 100644 (file)
@@ -62,12 +62,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
  */