From: xie xingguo Date: Sat, 4 Jun 2016 03:42:58 +0000 (+0800) Subject: bluestore/BitAllocator: kill unused member m_on X-Git-Tag: v11.0.0~285^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=26e956006221b202c02b63a561bf74752592fe0b;p=ceph.git bluestore/BitAllocator: kill unused member m_on Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BitAllocator.h b/src/os/bluestore/BitAllocator.h index 011a149dc3ad..f05f8868d851 100644 --- a/src/os/bluestore/BitAllocator.h +++ b/src/os/bluestore/BitAllocator.h @@ -20,7 +20,6 @@ class BitAllocatorStats { public: - bool m_on; std::atomic m_total_alloc_calls; std::atomic m_total_free_calls; std::atomic m_total_allocated;