Skip to content

Commit

Permalink
[NET]: Remove unused member of dst_entry
Browse files Browse the repository at this point in the history
The info placeholder member of dst_entry seems to be unused in the
network stack.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Jan 28, 2008
1 parent 64c31b3 commit 3becd57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/dst.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ struct dst_entry
struct rt6_info *rt6_next;
struct dn_route *dn_next;
};
char info[0];
};


Expand Down

0 comments on commit 3becd57

Please sign in to comment.