]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/NVMEDevice: remove unused variables ref 7799/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 25 Feb 2016 11:07:13 +0000 (11:07 +0000)
committerxiexingguo <xie.xingguo@zte.com.cn>
Fri, 26 Feb 2016 11:06:14 +0000 (19:06 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/NVMEDevice.cc

index 73a959c9178e22d81ce37405732960f6c94da9d3..2d2f2bf17cc209b0c580b4d3dc3348440112934b 100644 (file)
@@ -104,7 +104,6 @@ class SharedDriverData {
   friend class AioCompletionThread;
 
   bool aio_stop = false;
-  int ref = 1;
   void _aio_thread();
   void _aio_start() {
     aio_thread.create("nvme_aio_thread");