Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbeddd5d authored by Daniel Borkmann's avatar Daniel Borkmann Committed by David S. Miller
Browse files

ipv6: mcast: remove dead debugging defines



It's not used anywhere, so just remove these.

Signed-off-by: default avatarDaniel Borkmann <dborkman@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent be07b79d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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),