]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: kill unused variables "ekey"
authorxie xingguo <xie.xingguo@zte.com.cn>
Fri, 23 Sep 2016 07:46:41 +0000 (15:46 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Fri, 23 Sep 2016 07:46:41 +0000 (15:46 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index 749f5b4f479f95c6c0eab9a5c4b24993fa5054da..966d429c31b2cb0a9c65d99a47b48706ee8b57c0 100644 (file)
@@ -3941,7 +3941,6 @@ int BlueStore::fsck()
          uint32_t offset;
          string okey;
          get_key_extent_shard(it->key(), &okey, &offset);
-         string ekey;
          derr << __func__ << " stray shard 0x" << std::hex << offset << std::dec
               << dendl;
          derr << __func__ << "   saw " << pretty_binary_string(it->key())