Skip to content

Commit

Permalink
Remove unneeded num_result_bigits decrement
Browse files Browse the repository at this point in the history
For what I see this seems unused?
  • Loading branch information
javierhonduco authored and vitaut committed Jun 29, 2021
1 parent a3f762c commit 002bb75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fmt/format-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 002bb75

Please sign in to comment.