mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-16 23:29:57 +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);
|
(*this)[bigit_index] = static_cast<bigit>(sum);
|
||||||
sum >>= bits<bigit>::value;
|
sum >>= bits<bigit>::value;
|
||||||
}
|
}
|
||||||
--num_result_bigits;
|
|
||||||
remove_leading_zeros();
|
remove_leading_zeros();
|
||||||
exp_ *= 2;
|
exp_ *= 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user