aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-08-07 21:56:52 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 14:54:09 -0700
commit0298f36a579b5bd7f10f6f6d57e5929977a865a1 (patch)
tree090ba1183c598a5e7f65e89998538f3917d7f093 /net
parent8423a9aadfaa135fd5fd1ab8bbd4a1e76b4143c9 (diff)
downloadlinux-0298f36a579b5bd7f10f6f6d57e5929977a865a1.tar.gz
[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')
-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 03d1e8a43a48a7..d242e5291fccc8 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);
-}