mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Remove unneeded num_result_bigits
decrement
For what I see this seems unused?
This commit is contained in:
parent
a3f762c5aa
commit
002bb759ff
@ -563,7 +563,6 @@ class bigint {
|
||||
(*this)[bigit_index] = static_cast<bigit>(sum);
|
||||
sum >>= bits<bigit>::value;
|
||||
}
|
||||
--num_result_bigits;
|
||||
remove_leading_zeros();
|
||||
exp_ *= 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user