]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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 436dda1159d2e1ef3276867d4fa8395acd1e21f2..d234a98a460a3e361589cca5db2cc56d83d9a339 100644 (file)
 struct tipc_msg;       /* msg.h */
 struct print_buf;      /* log.h */
 
-/*
- * TIPC sanity test macros
- */
-
-#define assert(i)  BUG_ON(!(i))
-
 /*
  * TIPC system monitoring code
  */