diff mbox series

[net-next] ipv6: mcast: remove dead code

Message ID 1516146000.3606.12.camel@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show
Series [net-next] ipv6: mcast: remove dead code | expand

Commit Message

Eric Dumazet Jan. 16, 2018, 11:40 p.m. UTC
From: Eric Dumazet <edumazet@google.com>

Since commit 41033f029e39 ("snmp: Remove duplicate OUTMCAST stat
increment") one line of code became unneeded.

Signed-off-by: Eric Dumazet <edumazet@google.com>
---
 net/ipv6/mcast.c |    2 --
 1 file changed, 2 deletions(-)

Comments

David Miller Jan. 19, 2018, 7:18 p.m. UTC | #1
From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Tue, 16 Jan 2018 15:40:00 -0800

> From: Eric Dumazet <edumazet@google.com>
> 
> Since commit 41033f029e39 ("snmp: Remove duplicate OUTMCAST stat
> increment") one line of code became unneeded.
> 
> Signed-off-by: Eric Dumazet <edumazet@google.com>

Applied, thanks Eric.
diff mbox series

Patch

diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
index 40b223a930a39e010ac744bc3b4b32b28e9bc5e8..6a5d0e39bb87f98bef7de90ab2fa63d9666c00ce 100644
--- a/net/ipv6/mcast.c
+++ b/net/ipv6/mcast.c
@@ -1655,8 +1655,6 @@  static void mld_sendpack(struct sk_buff *skb)
 	if (err)
 		goto err_out;
 
-	payload_len = skb->len;
-
 	err = NF_HOOK(NFPROTO_IPV6, NF_INET_LOCAL_OUT,
 		      net, net->ipv6.igmp_sk, skb, NULL, skb->dev,
 		      dst_output);