[NET]: Remove the empty net_table

I have removed all the entries from this table (core_table,
ipv4_table and tr_table), so now we can safely drop it.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Pavel Emelyanov
2007-12-05 01:42:49 -08:00
committed by David S. Miller
parent 36f0bebd98
commit 08913681e4
3 changed files with 0 additions and 13 deletions

View File

@@ -30,10 +30,6 @@
#include <linux/if_tr.h>
#endif
struct ctl_table net_table[] = {
{ 0 },
};
static struct list_head *
net_ctl_header_lookup(struct ctl_table_root *root, struct nsproxy *namespaces)
{