]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
bluestore/BitAllocator: kill unused member m_on
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 4 Jun 2016 03:42:58 +0000 (11:42 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 4 Jun 2016 03:49:39 +0000 (11:49 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BitAllocator.h

index 011a149dc3ad1a17752eb34b5c002109b58c15d7..f05f8868d851c08a83c31caa5e4da9e908ed0660 100644 (file)
@@ -20,7 +20,6 @@
 
 class BitAllocatorStats {
 public:
-  bool m_on;
   std::atomic<int64_t> m_total_alloc_calls;
   std::atomic<int64_t> m_total_free_calls;
   std::atomic<int64_t> m_total_allocated;