Merge pull request #26155 from tchaikov/wip-osd-cleanup

osd/PG: remove unused functions

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Kefu Chai 2019-01-28 16:43:05 +08:00 committed by GitHub
commit 6c72f8f0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
// ------------------