]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/OSD.h: cleanup unused make_*_oid methods 52224/head
authorMatan Breizman <mbreizma@redhat.com>
Wed, 28 Jun 2023 11:22:49 +0000 (11:22 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 28 Jun 2023 11:22:49 +0000 (11:22 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/osd/OSD.h

index 1b714d3bd192b13e457163b914083e9d41c829ab..3ea0c7550e72ec0b36cf1f90092d1fdbe871715f 100644 (file)
@@ -1168,26 +1168,6 @@ public:
        0)));
   }
 
-  static ghobject_t make_pg_log_oid(spg_t pg) {
-    std::stringstream ss;
-    ss << "pglog_" << pg;
-    std::string s;
-    getline(ss, s);
-    return ghobject_t(hobject_t(sobject_t(object_t(s.c_str()), 0)));
-  }
-
-  static ghobject_t make_pg_biginfo_oid(spg_t pg) {
-    std::stringstream ss;
-    ss << "pginfo_" << pg;
-    std::string s;
-    getline(ss, s);
-    return ghobject_t(hobject_t(sobject_t(object_t(s.c_str()), 0)));
-  }
-  static ghobject_t make_infos_oid() {
-    hobject_t oid(sobject_t("infos", CEPH_NOSNAP));
-    return ghobject_t(oid);
-  }
-
   static ghobject_t make_final_pool_info_oid(int64_t pool) {
     return ghobject_t(
       hobject_t(