diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-12 09:39:28 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-12 09:39:28 -0700 |
commit | 391e5c22f5f4e55817f8ba18a08ea717ed2d4a1f (patch) | |
tree | 343c50c18d4997d8135a6b20c7be69eb16fd35e3 /include/net/ip_fib.h | |
parent | 10b0a7732e04aeb7e21fe7dc3b8249a3041eab28 (diff) |
ipv4: Remove tb_peers from fib_table.
No longer used.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r-- | include/net/ip_fib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 000c4674e18e..e91fedd22db2 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -162,7 +162,6 @@ struct fib_table { u32 tb_id; int tb_default; int tb_num_default; - struct inet_peer_base tb_peers; unsigned long tb_data[0]; }; |