summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/bit_field.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/bit_field.h b/src/common/bit_field.h
index 8e35c463f..902e668e3 100644
--- a/src/common/bit_field.h
+++ b/src/common/bit_field.h
@@ -125,8 +125,6 @@ private:
125 using StorageTypeWithEndian = typename AddEndian<StorageType, EndianTag>::type; 125 using StorageTypeWithEndian = typename AddEndian<StorageType, EndianTag>::type;
126 126
127public: 127public:
128 BitField& operator=(const BitField&) = default;
129
130 /// Constants to allow limited introspection of fields if needed 128 /// Constants to allow limited introspection of fields if needed
131 static constexpr std::size_t position = Position; 129 static constexpr std::size_t position = Position;
132 static constexpr std::size_t bits = Bits; 130 static constexpr std::size_t bits = Bits;