From 16e33207894bf7ef6ab0fb1113b17805236607c8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 27 Jan 2019 01:18:25 +0800 Subject: [PATCH] osd/PG: remove unused functions Signed-off-by: Kefu Chai --- src/osd/PG.h | 9 --------- 1 file changed, 9 deletions(-) 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; // ------------------ -- 2.47.3