From: Pan Liu Date: Tue, 8 Aug 2017 11:23:04 +0000 (+0800) Subject: bluestore/NVMEDevice: remove unused friendly class declaration. X-Git-Tag: v13.0.0~198^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16894%2Fhead;p=ceph.git bluestore/NVMEDevice: remove unused friendly class declaration. Signed-off-by: Pan Liu --- diff --git a/src/os/bluestore/NVMEDevice.cc b/src/os/bluestore/NVMEDevice.cc index 2eb278aa0d08..1b9563de9948 100644 --- a/src/os/bluestore/NVMEDevice.cc +++ b/src/os/bluestore/NVMEDevice.cc @@ -102,7 +102,6 @@ class SharedDriverQueueData { uint32_t queueid; struct spdk_nvme_qpair *qpair; std::function run_func; - friend class AioCompletionThread; bool aio_stop = false; void _aio_thread();