Commit 002bb759 authored by Javier Honduvilla Coto's avatar Javier Honduvilla Coto Committed by Victor Zverovich

Remove unneeded `num_result_bigits` decrement

For what I see this seems unused?
parent a3f762c5
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment