Skip to content

Commit

Permalink
xfrm: remove unused struct xfrm_policy::next
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Oct 31, 2008
1 parent d5917a3 commit cc0fe83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/xfrm.h
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ struct xfrm_policy_walk {

struct xfrm_policy
{
struct xfrm_policy *next;
struct hlist_node bydst;
struct hlist_node byidx;

Expand Down

0 comments on commit cc0fe83

Please sign in to comment.