瀏覽代碼

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>
Allan Stephens 14 年之前
父節點
當前提交
7ae4738e9e
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      net/tipc/core.h

+ 0 - 6
net/tipc/core.h

@@ -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
  */