aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c
diff options
context:
space:
mode:
authorLi RongQing <lirongqing@baidu.com>2020-02-23 16:05:43 +0800
committerDavid S. Miller <davem@davemloft.net>2020-02-23 21:15:36 -0800
commitc3e042f54107376cfbbd215e11878a2a75e1e228 (patch)
treee614e53cf8e08d0ece25fc939042963d914dc332 /net/ipv4/igmp.c
parenttc-testing: updated tdc tests for basic filter with u32 extended match rules (diff)
downloadlinux-dev-c3e042f54107376cfbbd215e11878a2a75e1e228.tar.xz
linux-dev-c3e042f54107376cfbbd215e11878a2a75e1e228.zip
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>
Diffstat (limited to 'net/ipv4/igmp.c')
-rw-r--r--net/ipv4/igmp.c2
1 files changed, 0 insertions, 2 deletions
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)