]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
BlueStore: remove unused local variable "empty"
authorxie xingguo <xie.xingguo@zte.com.cn>
Wed, 6 Jan 2016 08:50:46 +0000 (16:50 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 14 Jan 2016 06:30:03 +0000 (14:30 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index 38e0ace330a85f63b77643cc83039af75c87dff4..dd828e54415f5045646690cb5d9af67a9a5faff1 100644 (file)
@@ -6125,7 +6125,6 @@ int BlueStore::_remove_collection(TransContext *txc, coll_t cid,
 {
   dout(15) << __func__ << " " << cid << dendl;
   int r;
-  bufferlist empty;
 
   {
     RWLock::WLocker l(coll_lock);