Skip to content

Commit

Permalink
Merge pull request #8045 from tchaikov/wip-scrubstore-cleanup
Browse files Browse the repository at this point in the history
osd/ScrubStore: remove unused function

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Mar 11, 2016
2 parents 56fe749 + 439991a commit b96cfda
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/osd/ScrubStore.cc
Expand Up @@ -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

0 comments on commit b96cfda

Please sign in to comment.