summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_rules.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-08-08 06:56:52 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 23:54:09 +0200
commit0298f36a579b5bd7f10f6f6d57e5929977a865a1 (patch)
tree090ba1183c598a5e7f65e89998538f3917d7f093 /net/ipv4/fib_rules.c
parent[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdef (diff)
downloadlinux-0298f36a579b5bd7f10f6f6d57e5929977a865a1.tar.xz
linux-0298f36a579b5bd7f10f6f6d57e5929977a865a1.zip
[IPV4]: Kill fib4_rules_clean().
As noted by Adrian Bunk this function is totally unused. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_rules.c')
-rw-r--r--net/ipv4/fib_rules.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv4/fib_rules.c b/net/ipv4/fib_rules.c
index 03d1e8a43a48..d242e5291fcc 100644
--- a/net/ipv4/fib_rules.c
+++ b/net/ipv4/fib_rules.c
@@ -347,8 +347,3 @@ void __init fib4_rules_init(void)
fib_rules_register(&fib4_rules_ops);
}
-
-void __exit fib4_rules_cleanup(void)
-{
- fib_rules_unregister(&fib4_rules_ops);
-}