diff options
Diffstat (limited to 'src/common/bit_field.h')
-rw-r--r-- | src/common/bit_field.h | 2 |
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: using StorageTypeWithEndian = typename AddEndian<StorageType, EndianTag>::type; public: - BitField& operator=(const BitField&) = default; - /// Constants to allow limited introspection of fields if needed static constexpr std::size_t position = Position; static constexpr std::size_t bits = Bits; |