mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-10 18:56:55 +08: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…
x
Reference in New Issue
Block a user