Remove unused exp_

If the test cases
(format_test.format_float, bigint_test.square,
printf_test.fixed_large_exponent, bigint_test.divmod_assign_unaligned,
format_test.format_double) are correct then this line can be removed.
This commit is contained in:
Joakim Brannstrom 2021-07-03 18:00:41 +02:00
parent f2b03facd9
commit 6adefa751f

View File

@ -564,7 +564,6 @@ class bigint {
sum >>= bits<bigit>::value; sum >>= bits<bigit>::value;
} }
remove_leading_zeros(); remove_leading_zeros();
exp_ *= 2;
} }
// If this bigint has a bigger exponent than other, adds trailing zero to make // If this bigint has a bigger exponent than other, adds trailing zero to make