From: Kefu Chai Date: Sat, 26 Jan 2019 17:18:25 +0000 (+0800) Subject: osd/PG: remove unused functions X-Git-Tag: v14.1.0~275^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16e33207894bf7ef6ab0fb1113b17805236607c8;p=ceph.git osd/PG: remove unused functions Signed-off-by: Kefu Chai --- diff --git a/src/osd/PG.h b/src/osd/PG.h index a6f1f647c622..16561bd8b07c 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -610,15 +610,6 @@ protected: protected: PGLog pg_log; - static string get_info_key(spg_t pgid) { - return stringify(pgid) + "_info"; - } - static string get_biginfo_key(spg_t pgid) { - return stringify(pgid) + "_biginfo"; - } - static string get_epoch_key(spg_t pgid) { - return stringify(pgid) + "_epoch"; - } ghobject_t pgmeta_oid; // ------------------