From 7ae4738e9e46a2f88e5d1332b7397bb96c527c44 Mon Sep 17 00:00:00 2001
From: Allan Stephens <allan.stephens@windriver.com>
Date: Mon, 23 May 2011 13:38:39 -0400
Subject: [PATCH] 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>
---
 net/tipc/core.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/net/tipc/core.h b/net/tipc/core.h
index 436dda1159d2..d234a98a460a 100644
--- a/net/tipc/core.h
+++ b/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
  */
-- 
GitLab