Skip to content

Commit

Permalink
ipv6: mcast: remove dead debugging defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Borkmann authored and David S. Miller committed Sep 10, 2014
1 parent be07b79 commit cbeddd5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions net/ipv6/mcast.c
Original file line number Diff line number Diff line change
@@ -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),

0 comments on commit cbeddd5

Please sign in to comment.