From: Jie Wang Date: Thu, 23 Feb 2017 06:09:12 +0000 (+0000) Subject: BitMapAllocator: rm unused variable X-Git-Tag: v12.0.1~193^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2badfbac9893a6dfa0cccb8ff2ae588000b79391;p=ceph-ci.git BitMapAllocator: rm unused variable Signed-off-by: Jie Wang --- diff --git a/src/os/bluestore/BitMapAllocator.h b/src/os/bluestore/BitMapAllocator.h index b2134d06b33..51d5ca28020 100644 --- a/src/os/bluestore/BitMapAllocator.h +++ b/src/os/bluestore/BitMapAllocator.h @@ -15,7 +15,6 @@ class BitMapAllocator : public Allocator { std::mutex m_lock; int64_t m_block_size; - int64_t m_num_reserved; BitAllocator *m_bit_alloc; // Bit allocator instance