From: Rami Rosen Date: Wed, 23 Apr 2008 11:34:00 +0000 (+0300) Subject: ipv6 mcast: Remove unused macro (MLDV2_QQIC) from mcast.c. X-Git-Tag: v2.6.27-rc1~969^2~329^2~12 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9cba632e24ef18e2905c18997a8f24e8d7a29e71;p=~emulex%2Finfiniband.git ipv6 mcast: Remove unused macro (MLDV2_QQIC) from mcast.c. This patch removes MLDV2_QQIC macro from mcast.c as it is unused. Signed-off-by: Rami Rosen Signed-off-by: YOSHIFUJI Hideaki --- diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index fd632dd7f98..ee30ec4c3a6 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c @@ -164,7 +164,6 @@ static int ip6_mc_leave_src(struct sock *sk, struct ipv6_mc_socklist *iml, ((MLDV2_MASK(value, nbmant) | (1<<(nbmant))) << \ (MLDV2_MASK((value) >> (nbmant), nbexp) + (nbexp)))) -#define MLDV2_QQIC(value) MLDV2_EXP(0x80, 4, 3, value) #define MLDV2_MRC(value) MLDV2_EXP(0x8000, 12, 3, value) #define IPV6_MLD_MAX_MSF 64