Remove empty loop

This commit is contained in:
fwcd 2019-04-09 22:16:12 +02:00
commit 662ef6ab94

View file

@ -453,11 +453,6 @@ void _divnum( NUMBER *pa, NUMBER b, uint32_t radix, int32_t precision)
copy(ptrc, ptrc + cdigits, c.mant.begin()); copy(ptrc, ptrc + cdigits, c.mant.begin());
} }
// Cleanup table structure
for (auto& num : numberList)
{
}
if (!cdigits) if (!cdigits)
{ {
c.cdigit = 1; c.cdigit = 1;