diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2014-09-09 07:07:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-09 23:10:44 -0400 |
commit | cbeddd5d163ba7a6cd96a96509f7043cce4f68d2 (patch) | |
tree | 98007173d5292506853f630611e7a29d16baea8a /net | |
parent | be07b79dcfac2e19160f59229032325ff49ac69c (diff) |
ipv6: mcast: remove dead debugging defines
It's not used anywhere, so just remove these.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/mcast.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index 6833dd07b2c2..484a94215d88 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c | |||
@@ -64,15 +64,6 @@ | |||
64 | 64 | ||
65 | #include <net/ip6_checksum.h> | 65 | #include <net/ip6_checksum.h> |
66 | 66 | ||
67 | /* Set to 3 to get tracing... */ | ||
68 | #define MCAST_DEBUG 2 | ||
69 | |||
70 | #if MCAST_DEBUG >= 3 | ||
71 | #define MDBG(x) printk x | ||
72 | #else | ||
73 | #define MDBG(x) | ||
74 | #endif | ||
75 | |||
76 | /* Ensure that we have struct in6_addr aligned on 32bit word. */ | 67 | /* Ensure that we have struct in6_addr aligned on 32bit word. */ |
77 | static void *__mld2_query_bugs[] __attribute__((__unused__)) = { | 68 | static void *__mld2_query_bugs[] __attribute__((__unused__)) = { |
78 | BUILD_BUG_ON_NULL(offsetof(struct mld2_query, mld2q_srcs) % 4), | 69 | BUILD_BUG_ON_NULL(offsetof(struct mld2_query, mld2q_srcs) % 4), |