Index: src/utils.h |
diff --git a/src/utils.h b/src/utils.h |
index 8f07ab3f2b520c325be4397d4ff9e6cae66ce0a6..d30db9bdb659491b3618b074bbcca0eb8da0aab8 100644 |
--- a/src/utils.h |
+++ b/src/utils.h |
@@ -248,7 +248,6 @@ class BitFieldBase { |
static const U kMask = ((kOne << shift) << size) - (kOne << shift); |
static const U kShift = shift; |
static const U kSize = size; |
- static const U kNext = kShift + kSize; |
// Value for the field with all bits set. |
static const T kMax = static_cast<T>((1U << size) - 1); |