From: Li RongQing Date: Sun, 23 Feb 2020 08:05:43 +0000 (+0800) Subject: igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVAL X-Git-Tag: v5.7-rc1~146^2~363 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c3e042f54107376cfbbd215e11878a2a75e1e228;p=users%2Fjedix%2Flinux-maple.git igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVAL After commit 2690048c01f3 ("net: igmp: Allow user-space configuration of igmp unsolicited report interval"), they are not used now Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index 3b9c7a2725a9..47f0502b2101 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c @@ -107,8 +107,6 @@ #ifdef CONFIG_IP_MULTICAST /* Parameter names and values are taken from igmp-v2-06 draft */ -#define IGMP_V2_UNSOLICITED_REPORT_INTERVAL (10*HZ) -#define IGMP_V3_UNSOLICITED_REPORT_INTERVAL (1*HZ) #define IGMP_QUERY_INTERVAL (125*HZ) #define IGMP_QUERY_RESPONSE_INTERVAL (10*HZ)