]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ipv6: mcast: remove dead debugging defines
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 9 Sep 2014 11:07:32 +0000 (13:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Sep 2014 03:10:44 +0000 (20:10 -0700)
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>
net/ipv6/mcast.c

index 6833dd07b2c22f2f118feb09297f1f0d799634ee..484a94215d8897f80551b760e6045b606dd73076 100644 (file)
 
 #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),