From: xie xingguo Date: Thu, 25 Feb 2016 11:07:13 +0000 (+0000) Subject: os/bluestore/NVMEDevice: remove unused variables ref X-Git-Tag: v10.1.0~266^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7799%2Fhead;p=ceph.git os/bluestore/NVMEDevice: remove unused variables ref Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/NVMEDevice.cc b/src/os/bluestore/NVMEDevice.cc index 73a959c9178..2d2f2bf17cc 100644 --- a/src/os/bluestore/NVMEDevice.cc +++ b/src/os/bluestore/NVMEDevice.cc @@ -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");