igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVAL
authorLi RongQing <lirongqing@baidu.com>
Sun, 23 Feb 2020 08:05:43 +0000 (16:05 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Feb 2020 05:15:36 +0000 (21:15 -0800)
After commit 2690048c01f3 ("net: igmp: Allow user-space
configuration of igmp unsolicited report interval"), they
are not used now

Signed-off-by: Li RongQing <lirongqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c

index 3b9c7a2..47f0502 100644 (file)
 #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)