From 2badfbac9893a6dfa0cccb8ff2ae588000b79391 Mon Sep 17 00:00:00 2001 From: Jie Wang Date: Thu, 23 Feb 2017 06:09:12 +0000 Subject: [PATCH] BitMapAllocator: rm unused variable Signed-off-by: Jie Wang --- src/os/bluestore/BitMapAllocator.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3