Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0298f36a authored by David S. Miller's avatar David S. Miller
Browse files

[IPV4]: Kill fib4_rules_clean().



As noted by Adrian Bunk this function is totally unused.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8423a9aa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
+0 −5
Original line number Diff line number Diff line
@@ -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);
}