mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Remove unneeded num_result_bigits
decrement
For what I see this seems unused?
This commit is contained in:
committed by
Victor Zverovich
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user