]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/ScrubStore: remove unused function 8045/head
authorKefu Chai <kchai@redhat.com>
Fri, 11 Mar 2016 07:52:25 +0000 (15:52 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 11 Mar 2016 07:52:25 +0000 (15:52 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/ScrubStore.cc

index 84865c1e4b68a72ef187cab4e8aaff6abd3d5ecc..f4426c9d3abfeb8291c352db0f9e66b89aeae00c 100644 (file)
@@ -192,10 +192,5 @@ Store::get_errors(ObjectStore* store,
   }
   return errors;
 }
-string to_snap_key(int64_t pool, const librados::object_id_t& oid)
-{
-  return "SCRUB_SS_" + std::to_string(pool) + "." + oid.name + oid.nspace;
-}
-
 
 } // namespace Scrub