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:
parent
f2b03facd9
commit
6adefa751f
@ -564,7 +564,6 @@ class bigint {
|
||||
sum >>= bits<bigit>::value;
|
||||
}
|
||||
remove_leading_zeros();
|
||||
exp_ *= 2;
|
||||
}
|
||||
|
||||
// If this bigint has a bigger exponent than other, adds trailing zero to make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user