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:
Pravin B Shelar
2015-08-31 20:05:57 -07:00
committed by David S. Miller
parent 2053aeb69a
commit 63b6c13dbb
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@
struct metadata_dst {
struct dst_entry dst;
size_t opts_len;
union {
struct ip_tunnel_info tun_info;
} u;