]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os: remove unused local variable
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 4 Jan 2016 07:22:35 +0000 (15:22 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 4 Jan 2016 09:58:48 +0000 (17:58 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/kstore/KStore.cc

index dae508b1adb6ffbe5aaf0b27753185e1e20cf4ea..7da2e04fddd346dce8a39bdf15588cb9e85d3de4 100644 (file)
@@ -3694,7 +3694,6 @@ int KStore::_remove_collection(TransContext *txc, coll_t cid,
 {
   dout(15) << __func__ << " " << cid << dendl;
   int r;
-  bufferlist empty;
 
   {
     RWLock::WLocker l(coll_lock);