Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lirongqing@baidu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Li RongQing and committed by
David S. Miller
c3e042f5 3c419a2c

-2
-2
net/ipv4/igmp.c
··· 107 107 #ifdef CONFIG_IP_MULTICAST 108 108 /* Parameter names and values are taken from igmp-v2-06 draft */ 109 109 110 - #define IGMP_V2_UNSOLICITED_REPORT_INTERVAL (10*HZ) 111 - #define IGMP_V3_UNSOLICITED_REPORT_INTERVAL (1*HZ) 112 110 #define IGMP_QUERY_INTERVAL (125*HZ) 113 111 #define IGMP_QUERY_RESPONSE_INTERVAL (10*HZ) 114 112