tun_dst: Remove opts_size
opts_size is only written and never read. Following patch removes this unused variable. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2053aeb69a
commit
63b6c13dbb
@@ -7,7 +7,6 @@
|
||||
|
||||
struct metadata_dst {
|
||||
struct dst_entry dst;
|
||||
size_t opts_len;
|
||||
union {
|
||||
struct ip_tunnel_info tun_info;
|
||||
} u;
|
||||
|
Reference in New Issue
Block a user