Skip to content

Commit c1ee3ed

Browse files
committed
osd/OSD.h: cleanup unused make_*_oid methods
Signed-off-by: Matan Breizman <[email protected]>
1 parent f5dae89 commit c1ee3ed

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/osd/OSD.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,26 +1168,6 @@ class OSD : public Dispatcher,
11681168
0)));
11691169
}
11701170

1171-
static ghobject_t make_pg_log_oid(spg_t pg) {
1172-
std::stringstream ss;
1173-
ss << "pglog_" << pg;
1174-
std::string s;
1175-
getline(ss, s);
1176-
return ghobject_t(hobject_t(sobject_t(object_t(s.c_str()), 0)));
1177-
}
1178-
1179-
static ghobject_t make_pg_biginfo_oid(spg_t pg) {
1180-
std::stringstream ss;
1181-
ss << "pginfo_" << pg;
1182-
std::string s;
1183-
getline(ss, s);
1184-
return ghobject_t(hobject_t(sobject_t(object_t(s.c_str()), 0)));
1185-
}
1186-
static ghobject_t make_infos_oid() {
1187-
hobject_t oid(sobject_t("infos", CEPH_NOSNAP));
1188-
return ghobject_t(oid);
1189-
}
1190-
11911171
static ghobject_t make_final_pool_info_oid(int64_t pool) {
11921172
return ghobject_t(
11931173
hobject_t(

0 commit comments

Comments
 (0)