提交 e9476e95 编写于 作者: H Hagen Paul Pfeifer 提交者: David S. Miller

ipv6: variable next is never used in this function

Signed-off-by: NHagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 96d796a3
......@@ -1075,11 +1075,9 @@ struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
int icmp6_dst_gc(void)
{
struct dst_entry *dst, *next, **pprev;
struct dst_entry *dst, **pprev;
int more = 0;
next = NULL;
spin_lock_bh(&icmp6_dst_lock);
pprev = &icmp6_dst_gc_list;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册