From: David Zafman Date: Wed, 3 Jul 2013 18:27:11 +0000 (-0700) Subject: os: Remove unused hobject_t::set_filestore_key() X-Git-Tag: v0.67-rc1~127^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b1b188a5fdce5e48bd672ff7c839f1808aadc167;p=ceph.git os: Remove unused hobject_t::set_filestore_key() Signed-off-by: David Zafman --- diff --git a/src/os/hobject.h b/src/os/hobject.h index 3c1b0efee440..a30ea0117bd5 100644 --- a/src/os/hobject.h +++ b/src/os/hobject.h @@ -125,9 +125,6 @@ public: else return get_filestore_key_u32(); } - void set_filestore_key(uint32_t v) { - hash = _reverse_nibbles(v); - } const string& get_effective_key() const { if (key.length())