From a10cd1fa4522452fc89574ceb19cc273a9a223a5 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 11 Apr 2017 14:59:28 -0400 Subject: [PATCH] mds: remove unimplemented function Signed-off-by: Patrick Donnelly --- src/mds/MDBalancer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mds/MDBalancer.h b/src/mds/MDBalancer.h index da2f02b99d1..b62b0bea056 100644 --- a/src/mds/MDBalancer.h +++ b/src/mds/MDBalancer.h @@ -70,7 +70,6 @@ public: void hit_inode(utime_t now, CInode *in, int type, int who=-1); void hit_dir(utime_t now, CDir *dir, int type, int who=-1, double amount=1.0); - void hit_recursive(utime_t now, CDir *dir, int type, double amount, double rd_adj); void queue_split(const CDir *dir, bool fast); void queue_merge(CDir *dir); -- 2.39.5