aboutsummaryrefslogtreecommitdiffstats
path: root/include/chilbert/SmallBitVec.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/chilbert/SmallBitVec.hpp')
-rw-r--r--include/chilbert/SmallBitVec.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/chilbert/SmallBitVec.hpp b/include/chilbert/SmallBitVec.hpp
index 10668ac..d9256c6 100644
--- a/include/chilbert/SmallBitVec.hpp
+++ b/include/chilbert/SmallBitVec.hpp
@@ -70,8 +70,7 @@ public:
};
explicit SmallBitVec(const size_t bits)
- : m_rack{0}
- , m_size{bits}
+ : m_size{bits}
{
assert(bits <= bits_per_rack);
}