projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e72690
)
tipc: Remove unused sanity test macro
author
Allan Stephens
<allan.stephens@windriver.com>
Mon, 23 May 2011 17:38:39 +0000
(13:38 -0400)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/net/tipc/core.h
b/net/tipc/core.h
index 436dda1159d2e1ef3276867d4fa8395acd1e21f2..d234a98a460a3e361589cca5db2cc56d83d9a339 100644
(file)
--- 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
*/