[IPV4]: Kill fib4_rules_clean().

As noted by Adrian Bunk this function is totally unused.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller
2006-08-07 21:56:52 -07:00
parent 8423a9aadf
commit 0298f36a57
2 changed files with 0 additions and 6 deletions

View File

@@ -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);
}