Commit 0694164e authored by David S. Miller's avatar David S. Miller

net/ipv6/mcast.c: Remove unused variable addr_type.

parent 5d1931fc
......@@ -605,8 +605,6 @@ static void igmp6_join_group(struct ifmcaddr6 *ma)
static void igmp6_leave_group(struct ifmcaddr6 *ma)
{
int addr_type;
if (IPV6_ADDR_MC_SCOPE(&ma->mca_addr) < IPV6_ADDR_SCOPE_LINKLOCAL ||
ipv6_addr_is_ll_all_nodes(&ma->mca_addr))
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment