Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9476e95 authored by Hagen Paul Pfeifer's avatar Hagen Paul Pfeifer Committed by David S. Miller
Browse files

ipv6: variable next is never used in this function

parent 96d796a3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1075,11 +1075,9 @@ out:

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;