mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Remove empty loop
This commit is contained in:
parent
d1ba3540e3
commit
662ef6ab94
1 changed files with 0 additions and 5 deletions
|
@ -453,11 +453,6 @@ void _divnum( NUMBER *pa, NUMBER b, uint32_t radix, int32_t precision)
|
|||
copy(ptrc, ptrc + cdigits, c.mant.begin());
|
||||
}
|
||||
|
||||
// Cleanup table structure
|
||||
for (auto& num : numberList)
|
||||
{
|
||||
}
|
||||
|
||||
if (!cdigits)
|
||||
{
|
||||
c.cdigit = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue