aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/mcast.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2014-09-09 13:07:32 +0200
committerDavid S. Miller <davem@davemloft.net>2014-09-09 20:10:44 -0700
commitcbeddd5d163ba7a6cd96a96509f7043cce4f68d2 (patch)
tree98007173d5292506853f630611e7a29d16baea8a /net/ipv6/mcast.c
parentirda: vlsi_ir: use %*ph specifier (diff)
downloadlinux-dev-cbeddd5d163ba7a6cd96a96509f7043cce4f68d2.tar.xz
linux-dev-cbeddd5d163ba7a6cd96a96509f7043cce4f68d2.zip
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 '')
-rw-r--r--net/ipv6/mcast.c9
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 @@
#include <net/ip6_checksum.h>
-/* Set to 3 to get tracing... */
-#define MCAST_DEBUG 2
-
-#if MCAST_DEBUG >= 3
-#define MDBG(x) printk x
-#else
-#define MDBG(x)
-#endif
-
/* Ensure that we have struct in6_addr aligned on 32bit word. */
static void *__mld2_query_bugs[] __attribute__((__unused__)) = {
BUILD_BUG_ON_NULL(offsetof(struct mld2_query, mld2q_srcs) % 4),