From cf1b67e2a3b1dd09f8e771a74482c1194accc330 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Wed, 20 Apr 2016 14:28:21 +0800 Subject: [PATCH] osd: kill get_any_up_osd(), which is never used Signed-off-by: xie xingguo --- src/osd/OSDMap.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/osd/OSDMap.h b/src/osd/OSDMap.h index affd4c3c1b869..487baca665328 100644 --- a/src/osd/OSDMap.h +++ b/src/osd/OSDMap.h @@ -532,13 +532,6 @@ public: return osd_xinfo[osd]; } - int get_any_up_osd() const { - for (int i=0; i= get_max_osd()) -- 2.39.5