]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-objectstore-tool: drop unused biginfo_oid
authorSage Weil <sage@redhat.com>
Fri, 6 Oct 2017 18:57:59 +0000 (13:57 -0500)
committerSage Weil <sage@redhat.com>
Fri, 6 Oct 2017 19:26:56 +0000 (14:26 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/tools/ceph_objectstore_tool.cc

index 3e6a90068dd4be3ed209c9ac1bf32a8207874e79..e671c9e54f62ba3f173a9636dffb300396c72931 100644 (file)
@@ -291,7 +291,6 @@ struct lookup_ghobject : public action_on_object_t {
 
 ghobject_t infos_oid = OSD::make_infos_oid();
 ghobject_t log_oid;
-ghobject_t biginfo_oid;
 
 int file_fd = fd_none;
 bool debug;
@@ -1275,7 +1274,6 @@ int ObjectStoreTool::do_import(ObjectStore *store, OSDSuperblock& sb,
 
   ghobject_t pgmeta_oid = pgid.make_pgmeta_oid();
   log_oid = OSD::make_pg_log_oid(pgid);
-  biginfo_oid = OSD::make_pg_biginfo_oid(pgid);
 
   //Check for PG already present.
   coll_t coll(pgid);
@@ -3115,7 +3113,6 @@ int main(int argc, char **argv)
   }
 
   log_oid = OSD::make_pg_log_oid(pgid);
-  biginfo_oid = OSD::make_pg_biginfo_oid(pgid);
 
   if (op == "remove") {
     if (!force && !dry_run) {