From: xie xingguo Date: Fri, 22 Jan 2016 10:10:15 +0000 (+0800) Subject: BlueFS: remove unused local variable X-Git-Tag: v10.0.4~57^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=baf10b9b8ad2dac07991fa3566c2c7c8f65133ff;p=ceph.git BlueFS: remove unused local variable Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BlueFS.cc b/src/os/bluestore/BlueFS.cc index a1ce746fd40c..3124a0d03792 100644 --- a/src/os/bluestore/BlueFS.cc +++ b/src/os/bluestore/BlueFS.cc @@ -323,7 +323,7 @@ int BlueFS::_open_super() { dout(10) << __func__ << dendl; - bufferlist bl, t; + bufferlist bl; uint32_t expected_crc, crc; int r;