From: Wanlong Gao Date: Tue, 28 Jun 2016 07:41:21 +0000 (+0800) Subject: OSD: remove the useless find_osd_dev() X-Git-Tag: ses5-milestone5~385^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c17d83bf063c993318693feeb2e3560319f1b949;p=ceph.git OSD: remove the useless find_osd_dev() Signed-off-by: Wanlong Gao --- diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 3057765dbbad..2b7fe220e097 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -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);