Skip to content

Commit e8bdfa2

Browse files
committed
Remove unused data_type::m_first_limb fields
1 parent 31e1660 commit e8bdfa2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/boost/multiprecision/cpp_int.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@ struct cpp_int_base<MinBits, MinBits, signed_magnitude, Checked, void, false>
699699
union data_type
700700
{
701701
limb_type m_data[internal_limb_count];
702-
limb_type m_first_limb;
703702
double_limb_type m_double_first_limb;
704703

705704
constexpr data_type()
@@ -886,7 +885,6 @@ struct cpp_int_base<MinBits, MinBits, unsigned_magnitude, Checked, void, false>
886885
union data_type
887886
{
888887
limb_type m_data[internal_limb_count];
889-
limb_type m_first_limb;
890888
double_limb_type m_double_first_limb;
891889

892890
constexpr data_type()

0 commit comments

Comments
 (0)