summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_est.c
diff options
context:
space:
mode:
authorHans Schillstrom <hans.schillstrom@ericsson.com>2011-06-13 10:19:27 (GMT)
committerSimon Horman <horms@verge.net.au>2011-06-14 00:07:32 (GMT)
commit6c8f7949931854be360fcc7f008f2672dc17996f (patch)
tree279c8bbdb7f89c62e9fb57a9ad77e0b3cc39cf63 /net/netfilter/ipvs/ip_vs_est.c
parent552ad65aa58125769c16cf6a105229b259686d25 (diff)
downloadlinux-6c8f7949931854be360fcc7f008f2672dc17996f.tar.xz
IPVS: remove unused init and cleanup functions.
After restructuring, there is some unused or empty functions left to be removed. Signed-off-by: Hans Schillstrom <hans.schillstrom@ericsson.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'net/netfilter/ipvs/ip_vs_est.c')
-rw-r--r--net/netfilter/ipvs/ip_vs_est.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/netfilter/ipvs/ip_vs_est.c b/net/netfilter/ipvs/ip_vs_est.c
index f5d2a01..0fac601 100644
--- a/net/netfilter/ipvs/ip_vs_est.c
+++ b/net/netfilter/ipvs/ip_vs_est.c
@@ -207,12 +207,3 @@ void __net_exit ip_vs_estimator_net_cleanup(struct net *net)
{
del_timer_sync(&net_ipvs(net)->est_timer);
}
-
-int __init ip_vs_estimator_init(void)
-{
- return 0;
-}
-
-void ip_vs_estimator_cleanup(void)
-{
-}