diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2011-05-23 13:38:39 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-06-24 16:18:15 -0400 |
commit | 7ae4738e9e46a2f88e5d1332b7397bb96c527c44 (patch) | |
tree | 2f01877ffe102058344f3ebf475c8fe3be93063c /net | |
parent | 5e726900380cfff50436ca6c5e08b35b3357d82a (diff) | |
download | op-kernel-dev-7ae4738e9e46a2f88e5d1332b7397bb96c527c44.zip op-kernel-dev-7ae4738e9e46a2f88e5d1332b7397bb96c527c44.tar.gz |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/tipc/core.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 436dda1..d234a98 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -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 */ |