vrf: drop unused num_slaves member

slave_queue has a num_slaves member which is unused, drop it.

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Nikolay Aleksandrov
2015-08-18 20:28:02 +03:00
committed by David S. Miller
parent 17d95f5ee2
commit db5dbec5ef
2 changed files with 0 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ struct slave {
struct slave_queue {
struct list_head all_slaves;
int num_slaves;
};
struct net_vrf {