From: Patrick Donnelly Date: Tue, 11 Apr 2017 18:59:28 +0000 (-0400) Subject: mds: remove unimplemented function X-Git-Tag: v12.0.3~38^2~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a10cd1fa4522452fc89574ceb19cc273a9a223a5;p=ceph.git mds: remove unimplemented function Signed-off-by: Patrick Donnelly --- diff --git a/src/mds/MDBalancer.h b/src/mds/MDBalancer.h index da2f02b99d15..b62b0bea0565 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);