[IPV4]: Kill fib4_rules_clean().
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 8 Aug 2006 04:56:52 +0000 (21:56 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:54:09 +0000 (14:54 -0700)
As noted by Adrian Bunk this function is totally unused.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
net/ipv4/fib_rules.c

index 14c82e6..adf7358 100644 (file)
@@ -254,7 +254,6 @@ extern struct fib_table *fib_hash_init(int id);
 extern int fib4_rules_dump(struct sk_buff *skb, struct netlink_callback *cb);
 
 extern void __init fib4_rules_init(void);
-extern void __exit fib4_rules_cleanup(void);
 
 #ifdef CONFIG_NET_CLS_ROUTE
 extern u32 fib_rules_tclass(struct fib_result *res);
index 03d1e8a..d242e52 100644 (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);
-}