]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
BlueFS: remove unused local variable
authorxie xingguo <xie.xingguo@zte.com.cn>
Fri, 22 Jan 2016 10:10:15 +0000 (18:10 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 3 Feb 2016 01:59:17 +0000 (09:59 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueFS.cc

index a1ce746fd40cb85f319306deb4126ac06c867532..3124a0d03792df3d27c802aed39b3b11837d66c1 100644 (file)
@@ -323,7 +323,7 @@ int BlueFS::_open_super()
 {
   dout(10) << __func__ << dendl;
 
-  bufferlist bl, t;
+  bufferlist bl;
   uint32_t expected_crc, crc;
   int r;