]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
OSD: remove the useless find_osd_dev()
authorWanlong Gao <wanlong.gao@easystack.cn>
Tue, 28 Jun 2016 07:41:21 +0000 (15:41 +0800)
committerWanlong Gao <wanlong.gao@easystack.cn>
Tue, 28 Jun 2016 07:41:21 +0000 (15:41 +0800)
Signed-off-by: Wanlong Gao <wanlong.gao@easystack.cn>
src/osd/OSD.h

index 3057765dbbad10c0928bb55d3b92428ea20a6598..2b7fe220e097944ec91cf5490452c5b6df0ddb95 100644 (file)
@@ -2437,7 +2437,6 @@ protected:
   ~OSD();
 
   // static bits
-  static int find_osd_dev(char *result, int whoami);
   static int mkfs(CephContext *cct, ObjectStore *store,
                  const string& dev,
                  uuid_d fsid, int whoami);